Skip to content

Commit 449ddf5

Browse files
catapvladvildanov
andcommitted
Add missed redismod at test_commands.py (#3369)
Co-authored-by: Vladyslav Vildanov <[email protected]>
1 parent 087d2cb commit 449ddf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_commands.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4970,6 +4970,7 @@ def test_latency_latest(self, r: redis.Redis):
49704970
def test_latency_reset(self, r: redis.Redis):
49714971
assert r.latency_reset() == 0
49724972

4973+
@pytest.mark.redismod
49734974
@skip_if_server_version_lt("4.0.0")
49744975
@skip_if_redis_enterprise()
49754976
def test_module_list(self, r):
@@ -5049,6 +5050,7 @@ def test_command_getkeysandflags(self, r: redis.Redis):
50495050
],
50505051
)
50515052

5053+
@pytest.mark.redismod
50525054
@pytest.mark.onlynoncluster
50535055
@skip_if_server_version_lt("4.0.0")
50545056
@skip_if_redis_enterprise()
@@ -5061,6 +5063,7 @@ def test_module(self, stack_r):
50615063
stack_r.module_load("/some/fake/path", "arg1", "arg2", "arg3", "arg4")
50625064
assert "Error loading the extension." in str(excinfo.value)
50635065

5066+
@pytest.mark.redismod
50645067
@pytest.mark.onlynoncluster
50655068
@skip_if_server_version_lt("7.0.0")
50665069
@skip_if_redis_enterprise()

0 commit comments

Comments
 (0)