]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25220: Add functional tests to test_regrtest
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 28 Sep 2015 21:16:17 +0000 (23:16 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 28 Sep 2015 21:16:17 +0000 (23:16 +0200)
commit6b415101a24c26accd409c9e72840953f340a6e7
treeace8f0458c08eaf5660b29199cad4ad88ebf36e2
parent174d059248b47fca19781b79e5da2d927bd28cc7
Issue #25220: Add functional tests to test_regrtest

* test all available ways to run the Python test suite
* test many regrtest options: --slow, --coverage, -r, -u,  etc.

Note: python -m test --coverage doesn't work on Windows.
Lib/test/test_regrtest.py