Files
you-music/backend/pytest.ini
T
2025-11-02 23:11:05 +11:00

14 lines
262 B
INI

[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
asyncio_mode = auto
# Show extra test summary info
addopts = -v --tb=short
# Ignore warnings from dependencies
filterwarnings =
ignore::DeprecationWarning