summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-07-29 21:53:38 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-07-29 21:53:38 (GMT)
commitb9c73e8cf0d0bc70c555521974bc78ae2e890473 (patch)
treee90173784f5f835df0755a03ea0321035f3440fb /Misc/NEWS
parentdef35435ee4001f8aedac01b559bb0dc2d0aab00 (diff)
downloadcpython-b9c73e8cf0d0bc70c555521974bc78ae2e890473.zip
cpython-b9c73e8cf0d0bc70c555521974bc78ae2e890473.tar.gz
cpython-b9c73e8cf0d0bc70c555521974bc78ae2e890473.tar.bz2
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.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b080316..ef432e0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -137,6 +137,11 @@ Tools/Demos
Tests
-----
+- 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.
+
- Issue #12624: It is now possible to fail after the first failure when
running in verbose mode (``-v`` or ``-W``), by using the ``--failfast``
(or ``-G``) option to regrtest. This is useful with long test suites