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

Method pytest_sessionfinish

src/_pytest/stepwise.py:121–122  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

119 return None
120
121 def pytest_sessionfinish(self) -> None:
122 self.cache.set(STEPWISE_CACHE_DIR, self.lastfailed)

Callers

nothing calls this directly

Calls 1

setMethod · 0.80

Tested by

no test coverage detected