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

Method test_calls_showall_verbose

testing/acceptance_test.py:981–985  ·  view source on GitHub ↗
(self, pytester: Pytester, mock_timing)

Source from the content-addressed store, hash-verified

979 TestDurations.check_tests_in_output(result.stdout.lines, 2, 3)
980
981 def test_calls_showall_verbose(self, pytester: Pytester, mock_timing) -> None:
982 pytester.makepyfile(self.source)
983 result = pytester.runpytest_inprocess("--durations=0", "-vv")
984 assert result.ret == 0
985 TestDurations.check_tests_in_output(result.stdout.lines, 1, 2, 3)
986
987 def test_calls_showall_durationsmin(self, pytester: Pytester, mock_timing) -> None:
988 pytester.makepyfile(self.source)

Callers

nothing calls this directly

Calls 3

check_tests_in_outputMethod · 0.80
makepyfileMethod · 0.45
runpytest_inprocessMethod · 0.45

Tested by

no test coverage detected