Issue #25220: Move most regrtest.py code to libregrtest

This commit is contained in:
Victor Stinner 2015-09-26 10:38:01 +02:00
parent c22eee6b59
commit 3844fe5ed8
8 changed files with 1318 additions and 1272 deletions

View file

@ -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 ...]]