summaryrefslogtreecommitdiff
path: root/runtests.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@dropbox.com>2013-10-14 15:54:49 -0700
committerGuido van Rossum <guido@dropbox.com>2013-10-14 15:54:49 -0700
commitebe6df4540ab02c25ec19cc6f3c4b164faacc8bf (patch)
treeba0a5f9ca33b84b85d55fa99d85675d07da3439e /runtests.py
parentaafbef75bb289d05cf80f6c1712db10ffda1f60d (diff)
downloadtrollius-ebe6df4540ab02c25ec19cc6f3c4b164faacc8bf.tar.gz
Rename tests from foo_test.py to test_foo.py, to match stdlib preference.
Diffstat (limited to 'runtests.py')
-rw-r--r--runtests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.py b/runtests.py
index 287d036..b85cce8 100644
--- a/runtests.py
+++ b/runtests.py
@@ -5,7 +5,7 @@ Usage:
Patterns are matched against the fully qualified name of the test,
including package, module, class and method,
-e.g. 'tests.events_test.PolicyTests.testPolicy'.
+e.g. 'tests.test_events.PolicyTests.testPolicy'.
For full help, try --help.