yanliang567 428526aa22
test: [cp2.6] Update hybrid search tests to milvus client style (#45810)
related issue: https://github.com/milvus-io/milvus/issues/45326
releted pr: #45772 

1. also cp more async tests to 2.6

---------

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2025-11-25 14:25:07 +08:00

15 lines
420 B
INI

[pytest]
addopts = --host localhost --html=/tmp/ci_logs/report.html --self-contained-html -v --log-cli-level INFO
# python3 -W ignore -m pytest
log_format = [%(asctime)s - %(levelname)s - %(name)s]: %(message)s (%(filename)s:%(lineno)s)
log_date_format = %Y-%m-%d %H:%M:%S
markers =
tags: custom tags for test cases
filterwarnings =
ignore::DeprecationWarning
asyncio_default_fixture_loop_scope = function