(self)
| 899 | |
| 900 | @unittest.skip("TODO: RUSTPYTHON; flaky") |
| 901 | def test_module_autotest(self): |
| 902 | # -m test.autotest |
| 903 | args = [*self.python_args, '-m', 'test.autotest', |
| 904 | *self.regrtest_args, *self.tests] |
| 905 | self.run_tests(args) |
| 906 | |
| 907 | @unittest.skip("TODO: RUSTPYTHON; flaky") |
| 908 | def test_module_from_test_autotest(self): |