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

Function showfixtures

src/_pytest/python.py:1528–1531  ·  view source on GitHub ↗
(config: Config)

Source from the content-addressed store, hash-verified

1526
1527
1528def showfixtures(config: Config) -> Union[int, ExitCode]:
1529 from _pytest.main import wrap_session
1530
1531 return wrap_session(config, _showfixtures_main)
1532
1533
1534def _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