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

Method __init__

src/_pytest/pytester.py:626–627  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

624
625class CwdSnapshot:
626 def __init__(self) -> None:
627 self.__saved = os.getcwd()
628
629 def restore(self) -> None:
630 os.chdir(self.__saved)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected