()
| 1395 | |
| 1396 | |
| 1397 | def test_capture_not_started_but_reset() -> None: |
| 1398 | capsys = StdCapture() |
| 1399 | capsys.stop_capturing() |
| 1400 | |
| 1401 | |
| 1402 | def test_using_capsys_fixture_works_with_sys_stdout_encoding( |
nothing calls this directly
no test coverage detected
searching dependent graphs…