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

Method test_many

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

Source from the content-addressed store, hash-verified

1231 assert err == "abc"
1232
1233 def test_many(self, capfd):
1234 with lsof_check():
1235 for i in range(10):
1236 cap = StdCaptureFD()
1237 cap.start_capturing()
1238 cap.stop_capturing()
1239
1240
1241class 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