Skip to content

Commit

Permalink
feat:topk basic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Jan 30, 2024
1 parent 1cd0804 commit 876c39d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_stack/test_topk.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import pytest
import redis

topk_tests = pytest.importorskip("probables")

def test_topk_incrby(r: redis.Redis):
assert r.topk().reserve("topk", 3, 10, 3, 1)
Expand Down

0 comments on commit 876c39d

Please sign in to comment.