summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2014-01-29 13:58:34 +0100
committerMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2014-01-29 13:58:34 +0100
commitf52981c4f503cc308ab8757d567930d544b599d0 (patch)
tree09cdf98808d9a93269558b1e0defc5616bc7a7a8
parentf525f062d7b359c4305a8ee42421e7d4f9f1cc21 (diff)
downloadcroniter-f52981c4f503cc308ab8757d567930d544b599d0.tar.gz
switch over nose for tests
-rw-r--r--src/croniter/tests/base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/croniter/tests/base.py b/src/croniter/tests/base.py
index e3ded73..59c49f6 100644
--- a/src/croniter/tests/base.py
+++ b/src/croniter/tests/base.py
@@ -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.