Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_subprocess.py65 NONEXISTING_ERRORS = (FileNotFoundError, NotADirectoryError, PermissionError) variable
366 self.assertRaises(NONEXISTING_ERRORS,
1276 with self.assertRaises(NONEXISTING_ERRORS):
3702 with self.assertRaises(NONEXISTING_ERRORS):