(self)
| 215 | self.tmp = Path(self._tmpdir.name) |
| 216 | |
| 217 | def tearDown(self): |
| 218 | self._tmpdir.cleanup() |
| 219 | |
| 220 | def _write(self, name: str, content: str) -> Path: |
| 221 | p = self.tmp / name |
nothing calls this directly
no outgoing calls
no test coverage detected