New submission from Antoine Pitrou <pit...@free.fr>: There are two official ways to run tests: - "make test" for beginners - "./python -m test [etc.]" for experts
runtests.sh serves no useful purpose and had completely outdated reporting, making it potentially confusing for newcomers who would try to test it. I therefore propose to kill it. ---------- components: Tests messages: 123979 nosy: pitrou priority: normal severity: normal stage: needs patch status: open title: kill runtests.sh type: behavior versions: Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10706> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com