mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #25220: Move most regrtest.py code to libregrtest
This commit is contained in:
parent
c22eee6b59
commit
3844fe5ed8
8 changed files with 1318 additions and 1272 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import argparse
|
||||
import faulthandler
|
||||
import os
|
||||
|
||||
from test import support
|
||||
|
||||
|
||||
USAGE = """\
|
||||
python -m test [options] [test_name1 [test_name2 ...]]
|
||||
python path/to/Lib/test/regrtest.py [options] [test_name1 [test_name2 ...]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue