funkwhale/api/setup.cfg

22 wiersze
581 B
INI
Czysty Zwykły widok Historia

[flake8]
max-line-length = 120
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,tests/data,tests/music/conftest.py
ignore = F405,W503,E203
2018-06-10 08:55:16 +00:00
[isort]
skip_glob = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
[pep8]
max-line-length = 120
exclude=.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
2018-03-12 22:06:32 +00:00
2018-03-19 14:31:55 +00:00
[tool:pytest]
2018-03-12 22:06:32 +00:00
python_files = tests.py test_*.py *_tests.py
testpaths = tests
env =
SECRET_KEY=test
EMAIL_CONFIG=consolemail://
CELERY_BROKER_URL=memory://
CELERY_TASK_ALWAYS_EAGER=True
FEDERATION_HOSTNAME=test.federation