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

Method test_init

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

Source from the content-addressed store, hash-verified

224
225class TestQueryExecutor:
226 def test_init(self):
227 schema = MockCollectionSchema()
228 executor = QueryExecutor(schema)
229 assert isinstance(executor, QueryExecutor)
230
231 def test_do_build_without_queries(self):
232 # 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