Searched refs:test_pickle_exception (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
D | test_enum.py | 89 def test_pickle_exception(assertion, exception, obj): function 659 test_pickle_exception(self.assertRaises, TypeError, MyBrokenEnum.G) 660 test_pickle_exception(self.assertRaises, PicklingError, MyBrokenEnum) 844 test_pickle_exception(self.assertRaises, TypeError, BadPickle.dill) 845 test_pickle_exception(self.assertRaises, PicklingError, BadPickle) 1518 test_pickle_exception(self.assertRaises, TypeError, NEI.x) 1519 test_pickle_exception(self.assertRaises, PicklingError, NEI)
|