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

Method test_bitop_not_empty_string

tests/test_commands.py:1619–1622  ·  view source on GitHub ↗
(self, r)

Source from the content-addressed store, hash-verified

1617 @pytest.mark.onlynoncluster
1618 @skip_if_server_version_lt("2.6.0")
1619 def test_bitop_not_empty_string(self, r):
1620 r["a"] = ""
1621 r.bitop("not", "r", "a")
1622 assert r.get("r") is None
1623
1624 @pytest.mark.onlynoncluster
1625 @skip_if_server_version_lt("2.6.0")

Callers

nothing calls this directly

Calls 2

bitopMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected