Cd into the temporary directory. This is done automatically upon instantiation.
(self)
| 750 | return reprec |
| 751 | |
| 752 | def chdir(self) -> None: |
| 753 | class="st">"""Cd into the temporary directory. |
| 754 | |
| 755 | This is done automatically upon instantiation. |
| 756 | class="st">""" |
| 757 | self._monkeypatch.chdir(self.path) |
| 758 | |
| 759 | def _makefile( |
| 760 | self, |
no outgoing calls
no test coverage detected