• Tim Peters's avatar
    Rehabilitate autotest.py. · a48b5267
    Tim Peters yazdı
    In README:  Write up (Guido's) rules for intra-test imports; warn against
    asserts; document test_support.use_large_resources.
    a48b5267
autotest.py 201 Bytes
# 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()