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 bcwhite
Recipients bcwhite
Date 2008-03-05.16:24:29
SpamBayes Score 0.0029029874
Marked as misclassified No
Message-id <1204734272.92.0.489101809074.issue2241@psf.upfronthosting.co.za>
In-reply-to
Content
The attached diff adds a "-o" ("--one") option to the "unittest" module
that causes the run to abort on the first error encountered.  I name my
tests so that the lowest-level tests get run first so stopping at the
first error tends to prevent a lot of dependent errors and speed
debugging.  During development, I typically run the tests I'm writing
with "-ov".  During a full test run, I omit both those flags.
History
Date User Action Args
2008-03-05 16:24:33bcwhitesetspambayes_score: 0.00290299 -> 0.0029029874
recipients: + bcwhite
2008-03-05 16:24:32bcwhitesetspambayes_score: 0.00290299 -> 0.00290299
messageid: <1204734272.92.0.489101809074.issue2241@psf.upfronthosting.co.za>
2008-03-05 16:24:30bcwhitelinkissue2241 messages
2008-03-05 16:24:30bcwhitecreate