7 lines
164 B
INI
7 lines
164 B
INI
[pytest]
|
||
testpaths = tests
|
||
python_files = test_*.py
|
||
# 若已安装 pytest-asyncio,可另增:asyncio_mode = auto
|
||
filterwarnings =
|
||
ignore::DeprecationWarning
|