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 r.david.murray
Recipients barry, ezio.melotti, r.david.murray, techtonik
Date 2013-06-20.14:45:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371739530.67.0.0062752129308.issue11390@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that implements the ones I'm interested in (-o for any option, and -f as a shortcut for -o FAIL_FAST).  It's a good question whether doctest should support other unittest options, but doing so is more complicated than supporting -o and -f.

Adding a couple people to nosy who have an interest in testing and doctest, hoping for a patch review :)
History
Date User Action Args
2013-06-20 14:45:30r.david.murraysetrecipients: + r.david.murray, barry, techtonik, ezio.melotti
2013-06-20 14:45:30r.david.murraysetmessageid: <1371739530.67.0.0062752129308.issue11390@psf.upfronthosting.co.za>
2013-06-20 14:45:30r.david.murraylinkissue11390 messages
2013-06-20 14:45:30r.david.murraycreate