Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/enum34/enum/
Dtest.py113 def test_pickle_exception(assertion, exception, obj, function
649 test_pickle_exception(
671 test_pickle_exception(self.assertRaises, TypeError, BadPickle.dill)
672 test_pickle_exception(self.assertRaises, PicklingError, BadPickle)
1496 test_pickle_exception(self.assertRaises, TypeError, NEI.x)
1497 test_pickle_exception(self.assertRaises, PicklingError, NEI)
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_enum.py125 def test_pickle_exception(assertion, exception, obj): function
1378 test_pickle_exception(self.assertRaises, TypeError, BadPickle.dill)
1379 test_pickle_exception(self.assertRaises, PicklingError, BadPickle)