]> granicus.if.org Git - python/commit
Issue #7312 (new feature): Add a -F flag to run the selected tests in
authorR. David Murray <rdmurray@bitdance.com>
Sat, 14 Nov 2009 15:18:22 +0000 (15:18 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 14 Nov 2009 15:18:22 +0000 (15:18 +0000)
commit7f7eea651f558297ac91d376c8dce462eefef0f3
tree0143b13caa6e7c083d645c546fa099aa978147f5
parentb6fb8dcbce42427012143c87400e6bc85dc2f360
Issue #7312 (new feature): Add a -F flag to run the selected tests in
a loop until a test fails.  Can be combined with -j.  Patch by Antoine
Pitrou.
Lib/test/regrtest.py
Misc/NEWS