Searched refs:NONEXISTING_ERRORS (Results 1 – 1 of 1) sorted by relevance
65 NONEXISTING_ERRORS = (FileNotFoundError, NotADirectoryError, PermissionError) variable366 self.assertRaises(NONEXISTING_ERRORS,1276 with self.assertRaises(NONEXISTING_ERRORS):3702 with self.assertRaises(NONEXISTING_ERRORS):