mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 11:09:16 +02:00
6 lines
148 B
INI
6 lines
148 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE=config.settings.test
|
|
|
|
# -- recommended but optional:
|
|
python_files = tests.py test_*.py *_tests.py
|
|
testpatsh = tests
|