MCPcopy Index your code
hub / github.com/python/cpython / test_multiple_args

Method test_multiple_args

Lib/test/test_codecs.py:3235–3237  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3233 self.check_note(RuntimeError(1), "1")
3234
3235 def test_multiple_args(self):
3236 msg_re = r"^\('a', 'b', 'c'\)$"
3237 self.check_note(RuntimeError('a', 'b', 'c'), msg_re)
3238
3239 # http://bugs.python.org/issue19609
3240 def test_codec_lookup_failure(self):

Callers

nothing calls this directly

Calls 1

check_noteMethod · 0.95

Tested by

no test coverage detected