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

Function test_pilot_hover_screen

tests/test_pilot.py:132–138  ·  view source on GitHub ↗

Regression test for https://github.com/Textualize/textual/issues/3395. Check we can use `Screen` as a selector for a hover.

()

Source from the content-addressed store, hash-verified

130
131
132async def test_pilot_hover_screen():
133 """Regression test for https://github.com/Textualize/textual/issues/3395.
134
135 Check we can use `Screen` as a selector for a hover."""
136
137 async with App().run_test() as pilot:
138 await pilot.hover()
139
140
141@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 3

AppClass · 0.90
run_testMethod · 0.80
hoverMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…