Skip to content

Commit

Permalink
feat(tests): Enable set commands in pytest
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Oleshko <[email protected]>
  • Loading branch information
dranikpg committed Jan 16, 2023
1 parent 4f8bd48 commit 4eeb6c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4,148 deletions.
24 changes: 0 additions & 24 deletions tests/dragonfly/test.py

This file was deleted.

4 changes: 2 additions & 2 deletions tests/dragonfly/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ def gen_shrink_cmd(self):
('SETRANGE {k} 10 {val}', ValueType.STRING),
('LPUSH {k} {val}', ValueType.LIST),
('LPOP {k}', ValueType.LIST),
# ('SADD {k} {val}', ValueType.SET),
# ('SPOP {k}', ValueType.SET),
('SADD {k} {val}', ValueType.SET),
('SPOP {k}', ValueType.SET),
# ('HSETNX {k} v0 {val}', ValueType.HSET),
# ('HINCRBY {k} v1 1', ValueType.HSET),
# ('ZPOPMIN {k} 1', ValueType.ZSET),
Expand Down
Loading

0 comments on commit 4eeb6c8

Please sign in to comment.