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

Method test_simple_many

testing/test_capture.py:971–973  ·  view source on GitHub ↗
(self, tmpfile: BinaryIO)

Source from the content-addressed store, hash-verified

969 assert s == "hello"
970
971 def test_simple_many(self, tmpfile: BinaryIO) -> None:
972 for i in range(10):
973 self.test_simple(tmpfile)
974
975 def test_simple_many_check_open_files(self, pytester: Pytester) -> None:
976 with lsof_check():

Callers 1

Calls 1

test_simpleMethod · 0.95

Tested by

no test coverage detected