]> granicus.if.org Git - python/commit
Issue #11651: Move options for running tests into a Python script.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Mon, 1 Aug 2011 21:48:26 +0000 (23:48 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Mon, 1 Aug 2011 21:48:26 +0000 (23:48 +0200)
commit3c01d16ed91fa77a8e70d9fa3a6c33d6290fd9c4
tree520df41802673ee06ad4248af69c9cb7b5ab0d65
parentb0fa4b843324ddebce03f13aa27021ed3d03332d
Issue #11651: Move options for running tests into a Python script.

This will be particularly useful to Windows users.

run_tests.py originally written by Brett Cannon.
Lib/test/regrtest.py
Makefile.pre.in
Misc/NEWS
Tools/scripts/run_tests.py [new file with mode: 0755]