MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_multiple_args

Method test_multiple_args

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

Source from the content-addressed store, hash-verified

3244 self.check_note(RuntimeError(1), "1")
3245
3246 def test_multiple_args(self):
3247 msg_re = r"^\('a', 'b', 'c'\)$"
3248 self.check_note(RuntimeError('a', 'b', 'c'), msg_re)
3249
3250 # http://bugs.python.org/issue19609
3251 def test_codec_lookup_failure(self):

Callers

nothing calls this directly

Calls 1

check_noteMethod · 0.95

Tested by

no test coverage detected