cpython/Lib/test/libregrtest/__init__.py
Victor Stinner 98de5340d4 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.
2015-09-26 09:43:45 +02:00

1 line
65 B
Python

from test.libregrtest.cmdline import _parse_args, RESOURCE_NAMES