(self)
| 113 | |
| 114 | class TestPlainTextOutput: |
| 115 | def setup_method(self) -> None: |
| 116 | configure_output(OutputMode.PLAIN) |
| 117 | |
| 118 | def teardown_method(self) -> None: |
| 119 | configure_output(OutputMode.PRETTY) |
nothing calls this directly
no test coverage detected