Files
planet/backend/pytest.ini
2026-03-05 11:46:58 +08:00

11 lines
231 B
INI

[pytest]
asyncio_mode = auto
testpaths = tests
python_files = test_*.py
python_functions = test_*
python_classes = Test*
addopts = -v --tb=short
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning