Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ pytest_configure
Function
pytest_configure
tests/conftest.py:38–40 ·
view source on GitHub ↗
(config: pytest.Config)
Source
from the content-addressed store, hash-verified
36
37
38
def
pytest_configure(config: pytest.Config) -> None:
39
if
os.environ.get(
"CI"
):
40
config.option.reruns = 3
41
42
43
def
pytest_generate_tests(metafunc: pytest.Metafunc) -> None:
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected