Searched refs:assertWrapped (Results 1 – 1 of 1) sorted by relevance
| /third_party/python/Lib/test/ |
| D | test_codecs.py | 2879 def assertWrapped(self, operation, exc_type, msg): member in ExceptionChainingTest 2894 with self.assertWrapped("encoding", exc_type, msg): 2896 with self.assertWrapped("encoding", exc_type, msg): 2898 with self.assertWrapped("decoding", exc_type, msg): 2900 with self.assertWrapped("decoding", exc_type, msg):
|