Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
71
def
test_no_exception():
72
with
pytest.raises(ValueError):
73
tb = Traceback()
74
75
76
def
get_exception() -> Traceback:
Callers
nothing calls this directly
Calls
1
Traceback
Class · 0.90
Tested by
no test coverage detected