python (3.11.7)

(root)/
lib/
python3.11/
test/
autotest.py
       1  # This should be equivalent to running regrtest.py from the cmdline.
       2  # It can be especially handy if you're in an interactive shell, e.g.,
       3  # from test import autotest.
       4  from test.libregrtest.main import main
       5  main()