[Python-checkins] devguide: Strongly suggest people don't run regrtest directly.
brett.cannon
python-checkins at python.org
Fri Jan 7 00:42:51 CET 2011
brett.cannon pushed 312195716711 to devguide:
http://hg.python.org/devguide/rev/312195716711
changeset: 41:312195716711
user: Brett Cannon <brett at python.org>
date: Thu Jan 06 14:37:10 2011 -0800
summary:
Strongly suggest people don't run regrtest directly.
files:
runtests.rst
diff --git a/runtests.rst b/runtests.rst
--- a/runtests.rst
+++ b/runtests.rst
@@ -17,7 +17,8 @@
That will run the entire standard test suite (i.e., all tests that do not
consume a lot of resources) using the :py:mod:`test.regrtest` module. Python's
-test runner can also be executed directly when needed::
+test runner can also be executed directly when needed, but this should be
+avoided!::
./python Lib/test/regrtest.py
--
Repository URL: http://hg.python.org/devguide
More information about the Python-checkins
mailing list