Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/rich
/ test_no_layout
Function
test_no_layout
tests/test_layout.py:10–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
10
def
test_no_layout():
11
layout = Layout()
12
with
pytest.raises(NoSplitter):
13
layout.split(Layout(), Layout(), splitter=
"nope"
)
14
15
16
def
test_add_split():
Callers
nothing calls this directly
Calls
2
split
Method · 0.95
Layout
Class · 0.90
Tested by
no test coverage detected