Files
server/opt/plesk/python/3/lib/python3.10/test/autotest.py
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00: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()