Zachary Ware added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16897>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to