10 lines
193 B
INI
10 lines
193 B
INI
[pytest]
|
|
testpaths = tests
|
|
python_files = test_*.py
|
|
python_classes = Test*
|
|
python_functions = test_*
|
|
asyncio_mode = auto
|
|
addopts = -v --tb=short
|
|
filterwarnings =
|
|
ignore::DeprecationWarning
|