commit | 98de5340d4d782b2a0595c9fa729460a2c1b4b91 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sat Sep 26 09:43:45 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sat Sep 26 09:43:45 2015 +0200 |
tree | 76aea9b41d85a626dc45324779b4a492a47a0bd5 | |
parent | e055b889373893d6f34e5c0eca98b6231cd2a913 [diff] |
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.