[issue7312] Run some tests in a loop until failure

Antoine Pitrou report at bugs.python.org
Fri Nov 13 00:58:27 CET 2009


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

It can be useful to run one or several of the regression tests in a
loop, until one of the tests fail. Here is a patch to do that.

(interesting thing, by the way: you can combine it with -j, in order to
run several instance of the test at once)

----------
components: Tests
files: looptests.patch
keywords: patch
messages: 95166
nosy: jnoller, pitrou, r.david.murray
priority: normal
severity: normal
stage: patch review
status: open
title: Run some tests in a loop until failure
type: behavior
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file15317/looptests.patch

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


More information about the Python-bugs-list mailing list