summaryrefslogtreecommitdiffstats
path: root/tests/runtests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.py')
-rw-r--r--tests/runtests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.py b/tests/runtests.py
index a220799..3ae7185 100644
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -31,7 +31,7 @@ def gettestnames():
names = map(lambda x: x[:-3], files)
map(names.remove, SKIP_FILES)
return names
-
+
suite = unittest.TestSuite()
loader = unittest.TestLoader()