MCPcopy Create free account
hub / github.com/Vinyzu/recognizer / sync_page

Function sync_page

tests/conftest.py:30–34  ·  view source on GitHub ↗
(sync_browser)

Source from the content-addressed store, hash-verified

28
29@pytest.fixture
30def sync_page(sync_browser):
31 page = sync_browser.new_page()
32
33 yield page
34 page.close()
35
36
37@pytest_asyncio.fixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected