MCPcopy Create free account
hub / github.com/alibaba/zvec / test_init

Method test_init

python/tests/test_query_executor.py:225–228  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

223
224class TestQueryExecutor:
225 def test_init(self):
226 schema = MockCollectionSchema()
227 executor = QueryExecutor(schema)
228 assert isinstance(executor, QueryExecutor)
229
230 def test_do_build_without_queries(self):
231 # When no queries are given, build a single vector-less query.

Callers

nothing calls this directly

Calls 2

QueryExecutorClass · 0.90

Tested by

no test coverage detected