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 Trey.Cucco
Recipients Trey.Cucco, ned.deily, ronaldoussoren
Date 2014-11-17.22:18:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416262689.15.0.441950647675.issue22894@psf.upfronthosting.co.za>
In-reply-to
Content
When running a test suite with the -f flag (--failfast), unittest seems to stop running tests once it exits a with self.subTest block.

In the attached script, run it without -f and test_b will run and fail. Run it with the -f flag and only the test_a test will run. test_b will not run and no errors will be reported.

I noticed this bug in 3.4.1 on OS X
History
Date User Action Args
2014-11-17 22:18:09Trey.Cuccosetrecipients: + Trey.Cucco, ronaldoussoren, ned.deily
2014-11-17 22:18:09Trey.Cuccosetmessageid: <1416262689.15.0.441950647675.issue22894@psf.upfronthosting.co.za>
2014-11-17 22:18:09Trey.Cuccolinkissue22894 messages
2014-11-17 22:18:08Trey.Cuccocreate