()
| 1315 | |
| 1316 | |
| 1317 | def test_capture_not_started_but_reset() -> None: |
| 1318 | capsys = StdCapture() |
| 1319 | capsys.stop_capturing() |
| 1320 | |
| 1321 | |
| 1322 | def test_using_capsys_fixture_works_with_sys_stdout_encoding( |
nothing calls this directly
no test coverage detected