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

Function test_empty_table_interactions

tests/test_data_table.py:172–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170
171
172async def test_empty_table_interactions():
173 app = DataTableApp()
174 async with app.run_test() as pilot:
175 await pilot.press(
176 "enter", "up", "down", "left", "right", "home", "end", "pagedown", "pageup"
177 )
178 assert app.message_names == []
179
180
181@pytest.mark.parametrize("show_header", [True, False])

Callers

nothing calls this directly

Calls 3

DataTableAppClass · 0.85
run_testMethod · 0.80
pressMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…