Files
spotify-to-tidal/pytest.ini
2024-06-10 19:29:13 +02:00

6 lines
141 B
INI

[pytest]
addopts = --maxfail=1 --disable-warnings
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*