We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b936b commit ed7ce4eCopy full SHA for ed7ce4e
1 file changed
tests/test_redis_core.py
@@ -456,6 +456,7 @@ def test_redis_import_warning():
456
)
457
458
459
+@pytest.mark.redis
460
def test_missing_redis_client():
461
"""Test MissingRedisClient exception when redis_client is None."""
462
with pytest.raises(
0 commit comments