]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12626: In regrtest, allow to filter tests using a glob filter
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 29 Jul 2011 21:57:10 +0000 (23:57 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 29 Jul 2011 21:57:10 +0000 (23:57 +0200)
commitf83e4acbaec012e01e11d5cc4ea6514cf2a7b34c
tree7286105d8478aab470f3b2e25d103ddd2b4a3a81
parent4f921c2e061507f6d93002c454e063db2acaf7ea
parentb9c73e8cf0d0bc70c555521974bc78ae2e890473
Issue #12626: In regrtest, allow to filter tests using a glob filter
with the `-m` (or `--match`) option.  This works with all test cases
using the unittest module.  This is useful with long test suites
such as test_io or test_subprocess.
Lib/test/regrtest.py
Lib/test/support.py
Misc/NEWS