[issue12624] failfast support for regrtest

Antoine Pitrou report at bugs.python.org
Sat Jul 23 22:28:10 CEST 2011


New submission from Antoine Pitrou <pitrou at free.fr>:

This patch adds a new --failfast (-G) argument to regrtest which stops running the tests as soon as a test fails (when using unittest-based test cases). Useful with long test suites such as test_io and test_subprocess.

----------
components: Tests
files: failfast.patch
keywords: patch
messages: 141017
nosy: ezio.melotti, michael.foord, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: failfast support for regrtest
type: feature request
versions: Python 3.2, Python 3.3
Added file: http://bugs.python.org/file22734/failfast.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12624>
_______________________________________


More information about the Python-bugs-list mailing list