Home
last modified time | relevance | path

Searched refs:PopenTestException (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_subprocess.py71 class PopenTestException(Exception): class
80 raise PopenTestException("Forced Exception for Test")
780 with self.assertRaises(PopenTestException):
/external/python/cpython3/Lib/test/
Dtest_subprocess.py79 class PopenTestException(Exception): class
88 raise PopenTestException("Forced Exception for Test")
1356 with self.assertRaises(PopenTestException):