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

Method test_smoke_builtin

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

Source from the content-addressed store, hash-verified

3561 self.assertEqual(str(exc_obj), str(exc))
3562
3563 def test_smoke_builtin(self):
3564 self.do_test_smoke(ValueError(42), 'ValueError')
3565
3566 def test_smoke_user_exception(self):
3567 class MyException(Exception):

Callers

nothing calls this directly

Calls 1

do_test_smokeMethod · 0.95

Tested by

no test coverage detected