Run the Python suite.
(tests=None, _add_python_opts=False, **kwargs)
| 791 | |
| 792 | |
| 793 | def main(tests=None, _add_python_opts=False, **kwargs) -> NoReturn: |
| 794 | """Run the Python suite.""" |
| 795 | ns = _parse_args(sys.argv[1:], **kwargs) |
| 796 | Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests) |
searching dependent graphs…