autotest.py 209 字节 原文件 审查 历史 永久链接 1 2 3 4 5 # 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.libregrtest import main main()