diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-09-26 08:38:01 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-09-26 08:38:01 (GMT) |
commit | 3844fe5ed8da2755c1036deda8d7a8387170b72b (patch) | |
tree | 715dd9a04e024f02b34ae7350ac0a706e4d3ace7 /Lib/test/libregrtest/cmdline.py | |
parent | c22eee6b5917568933bbfec2be1069a4340efd84 (diff) | |
download | cpython-3844fe5ed8da2755c1036deda8d7a8387170b72b.zip cpython-3844fe5ed8da2755c1036deda8d7a8387170b72b.tar.gz cpython-3844fe5ed8da2755c1036deda8d7a8387170b72b.tar.bz2 |
Issue #25220: Move most regrtest.py code to libregrtest
Diffstat (limited to 'Lib/test/libregrtest/cmdline.py')
-rw-r--r-- | Lib/test/libregrtest/cmdline.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/libregrtest/cmdline.py b/Lib/test/libregrtest/cmdline.py index 9464996..19c52a2 100644 --- a/Lib/test/libregrtest/cmdline.py +++ b/Lib/test/libregrtest/cmdline.py @@ -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 ...]] |