summaryrefslogtreecommitdiff
path: root/testsuite/support.py
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-06-25 14:41:24 -0700
committerIan Lee <IanLee1521@gmail.com>2016-06-25 14:41:24 -0700
commit08f48912d88e4c8104813cc2834e634841f0301c (patch)
treec03aefebfac889324215af5a23b1aaf7ea69e963 /testsuite/support.py
parentdc08dadd84369185f3c19782fd727dbf5029a056 (diff)
parenta0d5d5d0bb2fc5e3cd75439298abce1f14323f1b (diff)
downloadpep8-08f48912d88e4c8104813cc2834e634841f0301c.tar.gz
Merge branch 'gh-536'
Closes #400, Closes #402, Closes #536
Diffstat (limited to 'testsuite/support.py')
-rw-r--r--testsuite/support.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/support.py b/testsuite/support.py
index 003f181..cf9abc5 100644
--- a/testsuite/support.py
+++ b/testsuite/support.py
@@ -196,5 +196,6 @@ def run_tests(style):
init_tests(style)
return style.check_files()
+
# nose should not collect these functions
init_tests.__test__ = run_tests.__test__ = False