mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
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:
parent
d49cbe1060
commit
a48b526745
2 changed files with 40 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue