(self)
| 914 | |
| 915 | @unittest.skip("TODO: RUSTPYTHON; flaky") |
| 916 | def test_script_autotest(self): |
| 917 | # Lib/test/autotest.py |
| 918 | script = os.path.join(self.testdir, 'autotest.py') |
| 919 | args = [*self.python_args, script, *self.regrtest_args, *self.tests] |
| 920 | self.run_tests(args) |
| 921 | |
| 922 | def run_batch(self, *args): |
| 923 | proc = self.run_command(args, |