We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc82ec4 commit b454c74Copy full SHA for b454c74
1 file changed
integrations/valkey/tests/test_document_store.py
@@ -22,6 +22,11 @@
22
UpdateByFilterTest,
23
WriteDocumentsTest,
24
create_filterable_docs,
25
+ CountDocumentsByFilterTest,
26
+ CountUniqueMetadataByFilterTest,
27
+ GetMetadataFieldsInfoTest,
28
+ GetMetadataFieldMinMaxTest,
29
+ GetMetadataFieldUniqueValuesTest,
30
)
31
from haystack.utils import Secret
32
@@ -49,6 +54,11 @@ class TestValkeyDocumentStore(
49
54
DeleteDocumentsTest,
50
55
FilterableDocsFixtureMixin,
51
56
57
58
59
60
61
52
62
):
53
63
@pytest.fixture
64
def document_store(self):
0 commit comments