| Tim Peters | a48b526 | 2000-08-23 05:28:45 +0000 | [diff] [blame] | 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. | ||||
| Victor Stinner | 3aac0ad | 2016-03-24 17:53:20 +0100 | [diff] [blame] | 4 | from test.libregrtest import main |
| 5 | main() | ||||