(config: Config)
| 2170 | |
| 2171 | |
| 2172 | def 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 |
no test coverage detected