New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12624>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to