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 ezio.melotti
Recipients brett.cannon, ezio.melotti, zach.ware
Date 2013-01-09.06:17:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357712221.86.0.251820179405.issue16897@psf.upfronthosting.co.za>
In-reply-to
Content
The best thing would be converting them to unittest (if there aren't already unittests for that).

A general comment about these patches: I think it would be better to remove test_main() (and related unnecessary code) with unittest.main().  One of the advantage of doing it now is that you can simply test discovery by doing ./python Lib/test/test_foo.py.

This is currently being discussed on #16748, but I think we pretty much agree on this.
History
Date User Action Args
2013-01-09 06:17:02ezio.melottisetrecipients: + ezio.melotti, brett.cannon, zach.ware
2013-01-09 06:17:01ezio.melottisetmessageid: <1357712221.86.0.251820179405.issue16897@psf.upfronthosting.co.za>
2013-01-09 06:17:01ezio.melottilinkissue16897 messages
2013-01-09 06:17:01ezio.melotticreate