From f52981c4f503cc308ab8757d567930d544b599d0 Mon Sep 17 00:00:00 2001 From: Mathieu Le Marec - Pasquet Date: Wed, 29 Jan 2014 13:58:34 +0100 Subject: switch over nose for tests --- src/croniter/tests/base.py | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.1