MCPcopy Create free account
hub / github.com/pytest-dev/pytest / test_capture_not_started_but_reset

Function test_capture_not_started_but_reset

testing/test_capture.py:1317–1319  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1315
1316
1317def test_capture_not_started_but_reset() -> None:
1318 capsys = StdCapture()
1319 capsys.stop_capturing()
1320
1321
1322def test_using_capsys_fixture_works_with_sys_stdout_encoding(

Callers

nothing calls this directly

Calls 2

StdCaptureFunction · 0.85
stop_capturingMethod · 0.80

Tested by

no test coverage detected