]> granicus.if.org Git - python/commit
Issue #12624: It is now possible to fail after the first failure when
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 Jul 2011 20:37:52 +0000 (22:37 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 Jul 2011 20:37:52 +0000 (22:37 +0200)
commit8dbd8573e513248ca4c105d0f580f47e79ab9ec8
tree80acfc84387807f40a2586022ce11e822919e2f5
parente02891b459b6a903b71dce1dfb1399419eaefaaf
parent216a3bc36d31df71544fd9a11b98fca4efeb8182
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
such as test_io or test_subprocess.
Lib/test/regrtest.py
Lib/test/support.py
Misc/NEWS