MCPcopy
hub / github.com/Textualize/textual / test_resolve_empty

Function test_resolve_empty

tests/test_resolve.py:11–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10
11def test_resolve_empty():
12 assert resolve([], 10, 1, Size(20, 10), Size(80, 24)) == []
13
14
15@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 2

resolveFunction · 0.90
SizeClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…