volsu-contests/backend/pytest.ini
2025-11-30 19:55:50 +03:00

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