MCPcopy
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
10def test_no_layout():
11 layout = Layout()
12 with pytest.raises(NoSplitter):
13 layout.split(Layout(), Layout(), splitter="nope")
14
15
16def test_add_split():

Callers

nothing calls this directly

Calls 2

splitMethod · 0.95
LayoutClass · 0.90

Tested by

no test coverage detected