Rehabilitate autotest.py.

In README:  Write up (Guido's) rules for intra-test imports; warn against
asserts; document test_support.use_large_resources.
This commit is contained in:
Tim Peters 2000-08-23 05:28:45 +00:00
parent d49cbe1060
commit a48b526745
2 changed files with 40 additions and 1 deletions

View file

@ -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()