MCPcopy 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
38def pytest_configure(config: pytest.Config) -> None:
39 if os.environ.get("CI"):
40 config.option.reruns = 3
41
42
43def pytest_generate_tests(metafunc: pytest.Metafunc) -> None:

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected