summaryrefslogtreecommitdiff
path: root/lib/python2.7/test/autotest.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python2.7/test/autotest.py')
-rw-r--r--lib/python2.7/test/autotest.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/python2.7/test/autotest.py b/lib/python2.7/test/autotest.py
new file mode 100644
index 0000000..41c2088
--- /dev/null
+++ b/lib/python2.7/test/autotest.py
@@ -0,0 +1,6 @@
+# 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.
+
+from test import regrtest
+regrtest.main()