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

Method test_removal_accepts_lock

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

Source from the content-addressed store, hash-verified

307 self._do_cleanup(tmp_path)
308
309 def test_removal_accepts_lock(self, tmp_path):
310 folder = make_numbered_dir(root=tmp_path, prefix=self.PREFIX)
311 create_cleanup_lock(folder)
312 maybe_delete_a_numbered_dir(folder)
313 assert folder.is_dir()
314
315
316class TestRmRf:

Callers

nothing calls this directly

Calls 3

make_numbered_dirFunction · 0.90
create_cleanup_lockFunction · 0.90

Tested by

no test coverage detected