]> granicus.if.org Git - python/commit
Issue #25220, libregrtest: Pass directly ns to runtest()
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 30 Sep 2015 00:32:11 +0000 (02:32 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 30 Sep 2015 00:32:11 +0000 (02:32 +0200)
commit6f20a2e01ffe897c20d0085f63371c467d118dac
treefa0e6cdca499facca1dbc852bfea7566e83b4ff1
parenta204502dbf38318ea926eeccab886dcb52305a16
Issue #25220, libregrtest: Pass directly ns to runtest()

* Remove runtest_ns(): pass directly ns to runtest().
* Create also Regrtest.rerun_failed_tests() method.
* Inline again Regrtest.run_test(): it's no more justified to have a method
Lib/test/libregrtest/main.py
Lib/test/libregrtest/runtest.py
Lib/test/libregrtest/runtest_mp.py