Files
workphone-sdk/sdk/pytest.ini

7 lines
164 B
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[pytest]
testpaths = tests
python_files = test_*.py
# 若已安装 pytest-asyncio可另增asyncio_mode = auto
filterwarnings =
ignore::DeprecationWarning