MCPcopy Index your code
hub / github.com/microsoft/playwright-python / after_each_hook

Function after_each_hook

tests/conftest.py:87–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85
86@pytest.fixture(autouse=True)
87def after_each_hook() -> Generator[None, None, None]:
88 yield
89 test_server.reset()
90
91
92@pytest.fixture(scope="session")

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected