()
| 1880 | |
| 1881 | @pytest.fixture(scope="session") |
| 1882 | def tr() -> TerminalReporter: |
| 1883 | config = _pytest.config._prepareconfig([]) |
| 1884 | return TerminalReporter(config) |
| 1885 | |
| 1886 | |
| 1887 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected