diff options
Diffstat (limited to 'Lib/test/autotest.py')
-rw-r--r-- | Lib/test/autotest.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Lib/test/autotest.py b/Lib/test/autotest.py index ba85a0d70c..57f371bd4e 100644 --- a/Lib/test/autotest.py +++ b/Lib/test/autotest.py @@ -1,3 +1,6 @@ -# Backward compatibility -- you should use regrtest instead of this module. +# This should be equivalent to running regrtest.py from the cmdline. +# It can be especially handy if you're in an interactive shell, e.g., +# from test import autotest. + import regrtest regrtest.main() |