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

Method test_smoke_builtin

Lib/test/test_traceback.py:3641–3642  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3639 self.assertEqual(str(exc_obj), str(exc))
3640
3641 def test_smoke_builtin(self):
3642 self.do_test_smoke(ValueError(42), 'ValueError')
3643
3644 def test_smoke_user_exception(self):
3645 class MyException(Exception):

Callers

nothing calls this directly

Calls 1

do_test_smokeMethod · 0.95

Tested by

no test coverage detected