MCPcopy
hub / github.com/pytest-dev/pytest / test_cleanup_keep

Method test_cleanup_keep

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

Source from the content-addressed store, hash-verified

489 )
490
491 def test_cleanup_keep(self, tmp_path):
492 self._do_cleanup(tmp_path)
493 a, b = (x for x in tmp_path.iterdir() if not x.is_symlink())
494 print(a, b)
495
496 def test_cleanup_keep_0(self, tmp_path: Path):
497 self._do_cleanup(tmp_path, 0)

Callers

nothing calls this directly

Calls 1

_do_cleanupMethod · 0.95

Tested by

no test coverage detected