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

Method test_raise_by_value

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

Source from the content-addressed store, hash-verified

3207 self.check_note(RuntimeError, "")
3208
3209 def test_raise_by_value(self):
3210 msg = "This should be noted"
3211 self.check_note(RuntimeError(msg), msg)
3212
3213 def test_raise_grandchild_subclass_exact_size(self):
3214 msg = "This should be noted"

Callers

nothing calls this directly

Calls 1

check_noteMethod · 0.95

Tested by

no test coverage detected