We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f10cc commit 5dee757Copy full SHA for 5dee757
tests/conftest.py
@@ -41,6 +41,7 @@ def cleanup_keys():
41
# Always use the sync Redis connection with finalizer. Setting up an
42
# async finalizer should work, but I'm not suer how yet!
43
from redis_om.connections import get_redis_connection as get_sync_redis
44
+
45
_delete_test_keys(TEST_PREFIX, get_sync_redis())
46
47
request.addfinalizer(cleanup_keys)
0 commit comments