mirror of
https://github.com/python/cpython.git
synced 2024-12-01 11:15:56 +01:00
a48b526745
In README: Write up (Guido's) rules for intra-test imports; warn against asserts; document test_support.use_large_resources.
7 lines
201 B
Python
7 lines
201 B
Python
# 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()
|