]> granicus.if.org Git - python/commit
Issue #25220: Create Lib/test/libregrtest/
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 26 Sep 2015 07:43:45 +0000 (09:43 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 26 Sep 2015 07:43:45 +0000 (09:43 +0200)
commit98de5340d4d782b2a0595c9fa729460a2c1b4b91
tree76aea9b41d85a626dc45324779b4a492a47a0bd5
parente055b889373893d6f34e5c0eca98b6231cd2a913
Issue #25220: Create Lib/test/libregrtest/

Start to split regrtest.py into smaller parts with the creation of
Lib/test/libregrtest/cmdline.py: code to handle the command line, especially
parsing command line arguments. This part of the code is tested by
test_regrtest.
Lib/test/libregrtest/__init__.py [new file with mode: 0644]
Lib/test/libregrtest/cmdline.py [new file with mode: 0644]
Lib/test/regrtest.py
Lib/test/test_regrtest.py