diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-08-01 21:48:26 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-08-01 21:48:26 (GMT) |
commit | 3c01d16ed91fa77a8e70d9fa3a6c33d6290fd9c4 (patch) | |
tree | 520df41802673ee06ad4248af69c9cb7b5ab0d65 /Misc | |
parent | b0fa4b843324ddebce03f13aa27021ed3d03332d (diff) | |
download | cpython-3c01d16ed91fa77a8e70d9fa3a6c33d6290fd9c4.zip cpython-3c01d16ed91fa77a8e70d9fa3a6c33d6290fd9c4.tar.gz cpython-3c01d16ed91fa77a8e70d9fa3a6c33d6290fd9c4.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1147,6 +1147,13 @@ Extension Modules Tests ----- +- Issue #11651: Improve the Makefile test targets to run more of the test suite + more quickly. The --multiprocess option is now enabled by default, reducing + the amount of time needed to run the tests. "make test" and "make quicktest" + now include some resource-intensive tests, but no longer run the test suite + twice to check for bugs in .pyc generation. Tools/scripts/run_test.py provides + as an easy platform-independent way to run test suite with sensible defaults. + - Issue #12331: The test suite for the packaging module can now run from an installed Python. |