switch over nose for tests

This commit is contained in:
Mathieu Le Marec - Pasquet
2014-01-29 13:58:34 +01:00
parent f525f062d7
commit f52981c4f5

View File

@@ -3,6 +3,7 @@ try:
except ImportError:
import unittest
class TestCase(unittest.TestCase):
'''
We use this base class for all the tests in this package.