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

@@ -50,7 +50,7 @@ mac = sys.platform.startswith("darwin")
import numpy as N
from time import clock
import wx
from wx.lib import six
import six
from .FCObjects import *