MCPcopy
hub / github.com/pytest-dev/pytest / show_fixtures_per_test

Function show_fixtures_per_test

src/_pytest/fixtures.py:2172–2175  ·  view source on GitHub ↗
(config: Config)

Source from the content-addressed store, hash-verified

2170
2171
2172def show_fixtures_per_test(config: Config) -> int | ExitCode:
2173 from _pytest.main import wrap_session
2174
2175 return wrap_session(config, _show_fixtures_per_test)
2176
2177
2178_PYTEST_DIR = Path(_pytest.__file__).parent

Callers 1

pytest_cmdline_mainFunction · 0.85

Calls 1

wrap_sessionFunction · 0.90

Tested by

no test coverage detected