mirror of
https://github.com/tanrax/org-social-relay
synced 2026-01-08 06:13:33 +01:00
4 lines
140 B
INI
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 |