MCPcopy Index your code
hub / github.com/reactive-python/reactpy / test_simple_display_fixture

Function test_simple_display_fixture

src/py/reactpy/tests/test_testing.py:139–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137
138
139async def test_simple_display_fixture():
140 if os.name == "nt":
141 pytest.skip("Browser tests not supported on Windows")
142 async with testing.DisplayFixture() as display:
143 await display.show(SampleApp)
144 await display.page.wait_for_selector("#sample")
145
146
147def test_if_app_is_given_implementation_must_be_too():

Callers

nothing calls this directly

Calls 1

showMethod · 0.80

Tested by

no test coverage detected