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 zach.ware
Recipients brett.cannon, ezio.melotti, zach.ware
Date 2013-01-09.06:47:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAKJDb-NDbD0zWFcwq3uTLCQrT2vyK5Wu+pB5Y49x=Bj2g+Q76g@mail.gmail.com>
In-reply-to <1357712221.86.0.251820179405.issue16897@psf.upfronthosting.co.za>
Content
> 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.
>

Ah yes, I meant to do that and completely forgot about it. I'll go through
and do that on the ones I've made patches for so far in the morning.
History
Date User Action Args
2013-01-09 06:47:22zach.waresetrecipients: + zach.ware, brett.cannon, ezio.melotti
2013-01-09 06:47:22zach.warelinkissue16897 messages
2013-01-09 06:47:22zach.warecreate