summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/tests.py b/tests/tests.py
index 606c105..817be51 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -96,11 +96,6 @@ try:
except ImportError:
import unittest
-# check for things we need in unittest
-if not hasattr(unittest.TestCase, 'setUpClass'):
- sys.stderr.write("The unittest2 module or Python 2.7 is required to run this script.")
- sys.exit(1)
-
class TestCram(unittest.TestCase):
"this is where i cram all of my unit tests together"