MCPcopy
hub / github.com/pytest-dev/pytest / test_many

Method test_many

testing/test_capture.py:1313–1318  ·  view source on GitHub ↗
(self, capfd)

Source from the content-addressed store, hash-verified

1311 assert err == "abc"
1312
1313 def test_many(self, capfd):
1314 with lsof_check():
1315 for i in range(10):
1316 cap = StdCaptureFD()
1317 cap.start_capturing()
1318 cap.stop_capturing()
1319
1320
1321class TestStdCaptureFDinvalidFD:

Callers

nothing calls this directly

Calls 4

lsof_checkFunction · 0.85
StdCaptureFDFunction · 0.85
start_capturingMethod · 0.80
stop_capturingMethod · 0.80

Tested by

no test coverage detected