The `vector_store_client_test` is moved from `test/boost` to a new `test/vector_search` directory. This change prepares a dedicated location for all upcoming tests related to the vector search feature.
8 lines
166 B
Python
8 lines
166 B
Python
#
|
|
# Copyright (C) 2025-present ScyllaDB
|
|
#
|
|
# SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.0
|
|
#
|
|
|
|
from test.pylib.cpp.boost import pytest_collect_file
|