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

Method cleanup_calls

testing/test_subtests.py:902–903  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

900
901 @pytest.fixture(autouse=True)
902 def cleanup_calls(self) -> None:
903 self._FakePdb.calls.clear()
904
905 def test_pdb_fixture(
906 self, pytester: pytest.Pytester, monkeypatch: pytest.MonkeyPatch

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected