]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#11031: Add --testdir to specify where to find tests
authorR David Murray <rdmurray@bitdance.com>
Thu, 24 Mar 2011 18:42:58 +0000 (14:42 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 24 Mar 2011 18:42:58 +0000 (14:42 -0400)
commitb588f8dd9fcd4881659b1037f92e433d3fb6c29c
tree66a3fdbc53e1ff6fcb0a6e5fa3812fb931830f54
parent03504fc2fbb7aab41560e761c8ed8e24b4ec6ebe
#11031: Add --testdir to specify where to find tests

Patch by Sandro Tosi.  The main purpose of this option is to allow
an alternate set of tests files to be used when running tests
of the regrtest tool itself.
Lib/test/regrtest.py