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 belopolsky
Recipients belopolsky, scott.dial
Date 2010-05-06.18:32:12
SpamBayes Score 0.0006887303
Marked as misclassified No
Message-id <1273170734.79.0.134207745646.issue8636@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks fine, but I wonder if regrtest.py could be taught to warn about situations like this.  Maybe run_unitest() should check that all leaf subclasses of TestCase in the module are covered.  Ideally, of course, test_main() should be made optional and tests be discovered by analyzing the test_* module.
History
Date User Action Args
2010-05-06 18:32:14belopolskysetrecipients: + belopolsky, scott.dial
2010-05-06 18:32:14belopolskysetmessageid: <1273170734.79.0.134207745646.issue8636@psf.upfronthosting.co.za>
2010-05-06 18:32:12belopolskylinkissue8636 messages
2010-05-06 18:32:12belopolskycreate