()
| 1696 | |
| 1697 | @pytest.fixture(scope="session") |
| 1698 | def tr() -> TerminalReporter: |
| 1699 | config = _pytest.config._prepareconfig() |
| 1700 | return TerminalReporter(config) |
| 1701 | |
| 1702 | |
| 1703 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected