Éric Araujo <[email protected]> added the comment: > Of course this would remove the possibility to run things like “../../python > test_shutil.py”
I was wrong: we would just have the usual two-liner invoking unittest.main. What would be broken is running via regrtest if we remove test_main functions (IIRC); the functions could stay until regrtest learns to use unittest discovery. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14408> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
