()
| 24 | |
| 25 | @pytest.fixture() |
| 26 | def _pretty_mode() -> Any: |
| 27 | configure_output(OutputMode.PRETTY) |
| 28 | yield |
| 29 | configure_output(OutputMode.PRETTY) |
| 30 | |
| 31 | |
| 32 | # ============================================================================= |
nothing calls this directly
no test coverage detected