mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 20:09:57 +08:00
c42492c0fd
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
17 lines
441 B
INI
17 lines
441 B
INI
[pytest]
|
|
addopts = --strict --endpoint http://127.0.0.1:19530 --token root:Milvus --minio_host 127.0.0.1
|
|
|
|
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
|
|
|
|
markers =
|
|
L0 : 'L0 case, high priority'
|
|
L1 : 'L1 case, second priority'
|
|
L2 : 'L2 case, system level case'
|
|
BulkInsert : 'Bulk Insert case'
|
|
|