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

Method test_cleanup_keep

testing/test_tmpdir.py:287–290  ·  view source on GitHub ↗
(self, tmp_path)

Source from the content-addressed store, hash-verified

285 )
286
287 def test_cleanup_keep(self, tmp_path):
288 self._do_cleanup(tmp_path)
289 a, b = (x for x in tmp_path.iterdir() if not x.is_symlink())
290 print(a, b)
291
292 def test_cleanup_locked(self, tmp_path):
293 p = make_numbered_dir(root=tmp_path, prefix=self.PREFIX)

Callers

nothing calls this directly

Calls 1

_do_cleanupMethod · 0.95

Tested by

no test coverage detected