Merge pull request #110 from RobinD42/use-pytest

Use pytest for running unittests
This commit is contained in:
Robin Dunn
2016-07-07 21:38:56 -07:00
committed by GitHub
17 changed files with 115 additions and 319 deletions

View File

@@ -17,7 +17,7 @@ This is where FloatCanvas defines its drawings objects.
import sys
import wx
from wx.lib import six
import six
import numpy as N