milvus/tests/python_client/pytest.ini

17 lines
382 B
INI

[pytest]
addopts = -p no:locust --host localhost -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
markers =
tags: custom tags for test cases
filterwarnings =
ignore::DeprecationWarning
asyncio_default_fixture_loop_scope = function
timeout_method = thread