mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 20:09:57 +08:00
ca1f7ab019
add test case for https://github.com/milvus-io/milvus/issues/33681 --------- Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
13 lines
306 B
INI
13 lines
306 B
INI
[pytest]
|
|
|
|
|
|
addopts = --host localhost --html=/tmp/ci_logs/report.html --self-contained-html -v
|
|
# 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
|