summaryrefslogtreecommitdiff
path: root/testsuite/support.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/support.py')
-rw-r--r--testsuite/support.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuite/support.py b/testsuite/support.py
index bcca4e4..cbe2f46 100644
--- a/testsuite/support.py
+++ b/testsuite/support.py
@@ -215,7 +215,3 @@ def run_tests(style):
if options.testsuite:
init_tests(style)
return style.check_files()
-
-
-# nose should not collect these functions
-init_tests.__test__ = run_tests.__test__ = False