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 slinkp
Recipients georg.brandl, slinkp
Date 2008-04-29.22:26:27
SpamBayes Score 0.026587514
Marked as misclassified No
Message-id <1209507990.95.0.785874849779.issue2721@psf.upfronthosting.co.za>
In-reply-to
Content
A comment in unittest.py says "these functions should be considered
obsolete". But I've seen a lot of code in the wild still using
unittest.makeSuite(MyTestCase)... in fact it's used frequently in the
python standard library tests.

And I don't see a replacement for this use case: given a subclass of
TestCase, conveniently turn all its test* methods into a suite. How are
we supposed to do that now?

Either makeSuite should be documented, or a suitable replacement should
be provided and documented.
History
Date User Action Args
2008-04-29 22:26:32slinkpsetspambayes_score: 0.0265875 -> 0.026587514
recipients: + slinkp, georg.brandl
2008-04-29 22:26:31slinkpsetspambayes_score: 0.0265875 -> 0.0265875
messageid: <1209507990.95.0.785874849779.issue2721@psf.upfronthosting.co.za>
2008-04-29 22:26:29slinkplinkissue2721 messages
2008-04-29 22:26:28slinkpcreate