11 lines
281 B
INI
11 lines
281 B
INI
|
|
[tool:pytest]
|
||
|
|
testpaths = tests
|
||
|
|
python_files = test_*.py
|
||
|
|
python_classes = Test*
|
||
|
|
python_functions = test_*
|
||
|
|
asyncio_mode = auto
|
||
|
|
asyncio_default_fixture_loop_scope = function
|
||
|
|
addopts = -v --tb=short
|
||
|
|
filterwarnings =
|
||
|
|
ignore::DeprecationWarning
|
||
|
|
ignore::PendingDeprecationWarning
|