Message179413
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. |
|
Date |
User |
Action |
Args |
2013-01-09 06:17:02 | ezio.melotti | set | recipients:
+ ezio.melotti, brett.cannon, zach.ware |
2013-01-09 06:17:01 | ezio.melotti | set | messageid: <1357712221.86.0.251820179405.issue16897@psf.upfronthosting.co.za> |
2013-01-09 06:17:01 | ezio.melotti | link | issue16897 messages |
2013-01-09 06:17:01 | ezio.melotti | create | |
|