Files
org-social-relay/pytest.ini
Andros Fenollosa 8f65ba63a0 Added first test
2025-09-12 15:53:32 +02:00

4 lines
140 B
INI

[tool:pytest]
DJANGO_SETTINGS_MODULE = core.settings
python_files = tests.py test_*.py *_tests.py
addopts = --tb=short -v --ds=core.settings