MCPcopy Create free account
hub / github.com/pytest-dev/pytest / show_fixtures_per_test

Function show_fixtures_per_test

src/_pytest/python.py:1472–1475  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

1470
1471
1472def show_fixtures_per_test(config):
1473 from _pytest.main import wrap_session
1474
1475 return wrap_session(config, _show_fixtures_per_test)
1476
1477
1478def _show_fixtures_per_test(config: Config, session: Session) -> None:

Callers 1

pytest_cmdline_mainFunction · 0.85

Calls 1

wrap_sessionFunction · 0.90

Tested by

no test coverage detected