MCPcopy
hub / github.com/Textualize/rich / test_no_exception

Function test_no_exception

tests/test_traceback.py:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69
70
71def test_no_exception():
72 with pytest.raises(ValueError):
73 tb = Traceback()
74
75
76def get_exception() -> Traceback:

Callers

nothing calls this directly

Calls 1

TracebackClass · 0.90

Tested by

no test coverage detected