mirror of
https://github.com/python/cpython.git
synced 2026-03-23 21:20:45 +00:00
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.
1 line
65 B
Python
1 line
65 B
Python
from test.libregrtest.cmdline import _parse_args, RESOURCE_NAMES
|