(self)
| 243 | |
| 244 | class TestPrintPlainTableHeader: |
| 245 | def setup_method(self) -> None: |
| 246 | configure_output(OutputMode.PLAIN) |
| 247 | |
| 248 | def teardown_method(self) -> None: |
| 249 | configure_output(OutputMode.PRETTY) |
nothing calls this directly
no test coverage detected