[issue11651] Improve test targets in Makefile

Brett Cannon report at bugs.python.org
Wed Mar 23 20:46:18 CET 2011


Brett Cannon <brett at python.org> added the comment:

I have attached a Python script which does what Antoine's patch does except which is expected to live in Tools/scripts. The perk of doing this in a Python script is that Windows users will be able to simply execute the script while the Makefile can be made to execute the script itself for those that prefer ``make test`` over ``./python Tools/scripts/run_tests.py``.

It tries to have reasonable defaults so that people who do not know what they are doing will have a rigorous test run w/o having it take too long. And the defaults can be overridden easily when people want to do that.

----------
Added file: http://bugs.python.org/file21359/run_tests.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11651>
_______________________________________


More information about the Python-bugs-list mailing list