MCPcopy Index your code
hub / github.com/pytest-dev/pytest / test_capture_not_started_but_reset

Function test_capture_not_started_but_reset

testing/test_capture.py:1397–1399  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1395
1396
1397def test_capture_not_started_but_reset() -> None:
1398 capsys = StdCapture()
1399 capsys.stop_capturing()
1400
1401
1402def 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…