mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
16 lines
425 B
INI
16 lines
425 B
INI
[pytest]
|
|
|
|
|
|
addopts = --host 10.104.31.219 --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
|