Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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"
)
80
def
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
start
Method · 0.45
stop
Method · 0.45
Tested by
no test coverage detected