Skip to content

Commit e00f3d2

Browse files
catapvladvildanov
andauthored
Add missed redismod at test_commands.py (#3369)
Co-authored-by: Vladyslav Vildanov <[email protected]>
1 parent 6c94faa commit e00f3d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_commands.py

+3
Original file line numberDiff line numberDiff line change
@@ -4964,6 +4964,7 @@ def test_latency_latest(self, r: redis.Redis):
49644964
def test_latency_reset(self, r: redis.Redis):
49654965
assert r.latency_reset() == 0
49664966

4967+
@pytest.mark.redismod
49674968
@skip_if_server_version_lt("4.0.0")
49684969
@skip_if_redis_enterprise()
49694970
def test_module_list(self, r):
@@ -5033,6 +5034,7 @@ def test_command_getkeysandflags(self, r: redis.Redis):
50335034
[b"mylist2", [b"RW", b"insert"]],
50345035
]
50355036

5037+
@pytest.mark.redismod
50365038
@pytest.mark.onlynoncluster
50375039
@skip_if_server_version_lt("4.0.0")
50385040
@skip_if_redis_enterprise()
@@ -5045,6 +5047,7 @@ def test_module(self, stack_r):
50455047
stack_r.module_load("/some/fake/path", "arg1", "arg2", "arg3", "arg4")
50465048
assert "Error loading the extension." in str(excinfo.value)
50475049

5050+
@pytest.mark.redismod
50485051
@pytest.mark.onlynoncluster
50495052
@skip_if_server_version_lt("7.0.0")
50505053
@skip_if_redis_enterprise()

0 commit comments

Comments
 (0)