12 lines
287 B
INI
12 lines
287 B
INI
[pytest]
|
|
asyncio_mode = auto
|
|
asyncio_default_fixture_loop_scope = function
|
|
testpaths = tests
|
|
python_files = test_*.py
|
|
python_classes = Test[A-Z]*
|
|
python_functions = test_*
|
|
addopts = -v --tb=short
|
|
filterwarnings =
|
|
ignore::DeprecationWarning
|
|
ignore::pytest.PytestCollectionWarning
|