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

Method test_non_str_arg

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

Source from the content-addressed store, hash-verified

3241 self.check_note(exc, "^{}$".format(msg))
3242
3243 def test_non_str_arg(self):
3244 self.check_note(RuntimeError(1), "1")
3245
3246 def test_multiple_args(self):
3247 msg_re = r"^\('a', 'b', 'c'\)$"

Callers

nothing calls this directly

Calls 1

check_noteMethod · 0.95

Tested by

no test coverage detected