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

Function showfixtures

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

Source from the content-addressed store, hash-verified

2267
2268
2269def showfixtures(config: Config) -> int | ExitCode:
2270 from _pytest.main import wrap_session
2271
2272 return wrap_session(config, _showfixtures_main)
2273
2274
2275def _showfixtures_main(config: Config, session: Session) -> None:

Callers 1

pytest_cmdline_mainFunction · 0.85

Calls 1

wrap_sessionFunction · 0.90

Tested by

no test coverage detected