MCPcopy Create free account
hub / github.com/certbot/certbot / test_removed

Method test_removed

certbot/src/certbot/_internal/tests/lock_test.py:103–106  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

101 assert len(should_delete) == 0
102
103 def test_removed(self):
104 lock_file = self._call(self.lock_path)
105 lock_file.release()
106 assert not os.path.exists(self.lock_path)
107
108 def test_unexpected_lockf_or_locking_err(self):
109 if POSIX_MODE:

Callers 1

Calls 2

_callMethod · 0.95
releaseMethod · 0.45

Tested by

no test coverage detected