]> granicus.if.org Git - python/commit
Issue #25220: Enhance regrtest --coverage
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Sep 2015 21:36:27 +0000 (23:36 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Sep 2015 21:36:27 +0000 (23:36 +0200)
commitbd1a72c455a18e73e59c502cb28cb0d0667e1087
treea72f6b3e2af19686109ab0b2d1a166a278d0f3da
parent56e05dd0b03386b2da879283f6ab165f857417be
Issue #25220: Enhance regrtest --coverage

Add a new Regrtest.run_test() method to ensure that --coverage pass the same
options to the runtest() function.
Lib/test/libregrtest/main.py