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 brett.cannon
Recipients brett.cannon
Date 2012-02-06.20:35:12
SpamBayes Score 6.142624e-07
Marked as misclassified No
Message-id <1328560515.13.0.686472532234.issue13954@psf.upfronthosting.co.za>
In-reply-to
Content
The idea is that if a test succeeded then it is written to a file commented out(including skipped tests w/ the appropriate comment), and if a test failed then it is left uncommented. This way the failing tests can simply be passed to --fromfile for easy repeatability. This becomes especially handy when randomizing test order and there is some dependency on a previously run test as you can begin to uncomment tests until you find the trigger.

This can also be used with some other new flag which lists which tests to skip (i.e. the inverse of --fromfile). This is helpful when you don't want to run tests in some branch when you know they are failing in the default branch already and you are not trying to fix them.
History
Date User Action Args
2012-02-06 20:35:15brett.cannonsetrecipients: + brett.cannon
2012-02-06 20:35:15brett.cannonsetmessageid: <1328560515.13.0.686472532234.issue13954@psf.upfronthosting.co.za>
2012-02-06 20:35:12brett.cannonlinkissue13954 messages
2012-02-06 20:35:12brett.cannoncreate