mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
* Add, enable and xfail test cases Signed-off-by: Binbin Lv <binbin.lv@zilliz.com> * Modify the test case label Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
12 lines
364 B
INI
12 lines
364 B
INI
[pytest]
|
|
|
|
|
|
addopts = --host localhost --html=/tmp/ci_logs/report.html --self-contained-html -v
|
|
# -;addopts = --host 172.28.255.155 --html=/tmp/report.html
|
|
# 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
|
|
|
|
filterwarnings =
|
|
ignore::DeprecationWarning |