MCPcopy
hub / github.com/redis/redis-py / test_owned

Method test_owned

tests/test_lock.py:91–92  ·  view source on GitHub ↗
(self, r)

Source from the content-addressed store, hash-verified

89 assert lock2.owned() is False
90
91 def test_owned(self, r):
92 self._test_owned(r)
93
94 def test_owned_with_decoded_responses(self, r_decoded):
95 self._test_owned(r_decoded)

Callers

nothing calls this directly

Calls 1

_test_ownedMethod · 0.95

Tested by

no test coverage detected