switch over nose for tests
This commit is contained in:
@@ -3,6 +3,7 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
|
|
||||||
class TestCase(unittest.TestCase):
|
class TestCase(unittest.TestCase):
|
||||||
'''
|
'''
|
||||||
We use this base class for all the tests in this package.
|
We use this base class for all the tests in this package.
|
||||||
|
|||||||
Reference in New Issue
Block a user