Searched refs:assertSigInt (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_runpy.py | 784 def assertSigInt(self, *args, **kwargs): member in TestExit 790 self.assertSigInt([sys.executable, self.ham]) 803 self.assertSigInt([sys.executable, run_module], cwd=tmp) 816 self.assertSigInt([sys.executable, run_module_as_main], cwd=tmp) 819 self.assertSigInt( 825 self.assertSigInt([sys.executable, "-c", "import ham"], cwd=self.ham.parent) 828 self.assertSigInt([sys.executable], input="import ham", cwd=self.ham.parent) 832 self.assertSigInt([sys.executable, "-m", ham.stem], cwd=ham.parent)
|