Files
server/opt/plesk/python/3/lib/python3.10/test/autotest.py
2026-01-07 20:52:11 +01:00

6 lines
209 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.
from test.libregrtest import main
main()