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 terry.reedy
Recipients bkabrda, michael.foord, r.david.murray, terry.reedy
Date 2012-07-01.01:03:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341104616.87.0.384758100425.issue15178@psf.upfronthosting.co.za>
In-reply-to
Content
Failure modes tend to get less attention that successful behavior. If I wrote a program that used doctest/unittest to test multiple files, I should like it to run an many as possible. If a filename is bad, print name as usual, say 'aborted', and '0/0 tests' run. Then at the end tell me via return value or exception about problems. In any case, having error behavior documented and consistent between modules would be good.  I am not sure how much of this would be a bugfix versus enhancement.
History
Date User Action Args
2012-07-01 01:03:36terry.reedysetrecipients: + terry.reedy, r.david.murray, michael.foord, bkabrda
2012-07-01 01:03:36terry.reedysetmessageid: <1341104616.87.0.384758100425.issue15178@psf.upfronthosting.co.za>
2012-07-01 01:03:36terry.reedylinkissue15178 messages
2012-07-01 01:03:35terry.reedycreate