Skip to content

Commit ed7ce4e

Browse files
committed
add redis pytest mark on test_missing_redis_client
1 parent 81b936b commit ed7ce4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_redis_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ def test_redis_import_warning():
456456
)
457457

458458

459+
@pytest.mark.redis
459460
def test_missing_redis_client():
460461
"""Test MissingRedisClient exception when redis_client is None."""
461462
with pytest.raises(

0 commit comments

Comments
 (0)