This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, bcwhite, purcell
Date 2008-03-06.14:02:59
SpamBayes Score 0.15503913
Marked as misclassified No
Message-id <1204812181.29.0.265589518504.issue2241@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, py.test and nose both have the -x option for this purpose.
I use it very often during development, mostly during a refactoring
phase: failures are easy to correct, and I don't want to wait for the
complete suite to complete and display tons of tracebacks.

Even while developing on core python, this option would have helped me a
couple of times. Please, reopen this item!
History
Date User Action Args
2008-03-06 14:03:01amaury.forgeotdarcsetspambayes_score: 0.155039 -> 0.15503913
recipients: + amaury.forgeotdarc, purcell, bcwhite
2008-03-06 14:03:01amaury.forgeotdarcsetspambayes_score: 0.155039 -> 0.155039
messageid: <1204812181.29.0.265589518504.issue2241@psf.upfronthosting.co.za>
2008-03-06 14:03:00amaury.forgeotdarclinkissue2241 messages
2008-03-06 14:02:59amaury.forgeotdarccreate