2017-06-23 21:00:42 +00:00
|
|
|
[flake8]
|
|
|
|
max-line-length = 120
|
2018-06-10 10:06:46 +00:00
|
|
|
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,tests/data,tests/music/conftest.py
|
|
|
|
ignore = F405,W503,E203
|
2017-06-23 21:00:42 +00:00
|
|
|
|
2018-06-10 08:55:16 +00:00
|
|
|
[isort]
|
|
|
|
skip_glob = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
|
|
|
|
|
2017-06-23 21:00:42 +00:00
|
|
|
[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
|
2018-03-31 12:45:11 +00:00
|
|
|
env =
|
|
|
|
SECRET_KEY=test
|
2018-05-06 11:48:23 +00:00
|
|
|
EMAIL_CONFIG=consolemail://
|
2018-03-31 12:45:11 +00:00
|
|
|
CELERY_BROKER_URL=memory://
|
|
|
|
CELERY_TASK_ALWAYS_EAGER=True
|
|
|
|
FEDERATION_HOSTNAME=test.federation
|
2019-01-04 10:47:23 +00:00
|
|
|
DEBUG_TOOLBAR_ENABLED=False
|
|
|
|
DEBUG=False
|
|
|
|
WEAK_PASSWORDS=True
|
|
|
|
CREATE_IMAGE_THUMBNAILS=False
|