]> granicus.if.org Git - python/commit
Issue #12626: In regrtest, allow to filter tests using a glob filter
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 29 Jul 2011 21:53:38 +0000 (23:53 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 29 Jul 2011 21:53:38 +0000 (23:53 +0200)
commitb9c73e8cf0d0bc70c555521974bc78ae2e890473
treee90173784f5f835df0755a03ea0321035f3440fb
parentdef35435ee4001f8aedac01b559bb0dc2d0aab00
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