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

Function start_server

tests/conftest.py:80–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78
79@pytest.fixture(autouse=True, scope="session")
80def start_server() -> Generator[None, None, None]:
81 test_server.start()
82 yield
83 test_server.stop()
84
85
86@pytest.fixture(autouse=True)

Callers

nothing calls this directly

Calls 2

startMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected