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 rhettinger
Recipients brett.cannon, ezio.melotti, michael.foord, rhettinger, terry.reedy, zach.ware
Date 2014-06-16.04:13:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402892025.06.0.534277637387.issue21741@psf.upfronthosting.co.za>
In-reply-to
Content
There are a couple things I really like about this idea:

* In the past, we've had cases of TestXXX classes being omitted, so chunks of the test suite weren't being run.  You patch will fix that and let test discovery "just work".

* The code is shorter, more idiomatic, and matches the way most users of unittest run their code.

I've added a number of stakeholders to the nosy list so they will have a chance to chime in.
History
Date User Action Args
2014-06-16 04:13:45rhettingersetrecipients: + rhettinger, brett.cannon, terry.reedy, ezio.melotti, michael.foord, zach.ware
2014-06-16 04:13:45rhettingersetmessageid: <1402892025.06.0.534277637387.issue21741@psf.upfronthosting.co.za>
2014-06-16 04:13:45rhettingerlinkissue21741 messages
2014-06-16 04:13:44rhettingercreate