
report at bugs
Nov 12, 2009, 3:58 PM
Post #1 of 9
(351 views)
Permalink
|
|
[issue7312] Run some tests in a loop until failure
|
|
New submission from Antoine Pitrou <pitrou [at] free>: 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> <http://bugs.python.org/issue7312> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|