Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ finalize
Method
finalize
src/_pytest/legacypath.py:92–93 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
90
return
self._pytester.chdir()
91
92
def
finalize(self) -> None:
93
return
self._pytester._finalize()
94
95
def
makefile(self, ext, *args, **kwargs) -> LEGACY_PATH:
96
""
"See :meth:`Pytester.makefile`."
""
Callers
nothing calls this directly
Calls
1
_finalize
Method · 0.45
Tested by
no test coverage detected