]> granicus.if.org Git - python/commit
Tweak importlib.test.regrtest to only specify the implicit tests to exclude
authorBrett Cannon <bcannon@gmail.com>
Sun, 30 Aug 2009 08:30:35 +0000 (08:30 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 30 Aug 2009 08:30:35 +0000 (08:30 +0000)
commit6cc8310ded4323a593c8beffef101c8de895629e
treee5ac7fcc7e4d19f68e6110660851c076cfdd9391
parent757df6e4cd0578ed86db188a2331a4e83764c42c
Tweak importlib.test.regrtest to only specify the implicit tests to exclude
when running entire test suite. Allows normal command-line arguments normally
given to test.regrtest to work (e.g. specifying a single test).
Lib/importlib/test/regrtest.py