Searched refs:test_pickle_exception (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_enum.py | 91 def test_pickle_exception(assertion, exception, obj): function 678 test_pickle_exception(self.assertRaises, TypeError, BadPickle.dill) 679 test_pickle_exception(self.assertRaises, PicklingError, BadPickle) 1348 test_pickle_exception(self.assertRaises, TypeError, NEI.x) 1349 test_pickle_exception(self.assertRaises, PicklingError, NEI)
|