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

Method test_simple_many

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

Source from the content-addressed store, hash-verified

1049 assert s == "hello"
1050
1051 def test_simple_many(self, tmpfile: BinaryIO) -> None:
1052 for i in range(10):
1053 self.test_simple(tmpfile)
1054
1055 def test_simple_many_check_open_files(self, pytester: Pytester) -> None:
1056 with lsof_check():

Callers 1

Calls 1

test_simpleMethod · 0.95

Tested by

no test coverage detected