2017-06-23 23:00:42 +02:00
|
|
|
[flake8]
|
|
|
|
|
max-line-length = 120
|
|
|
|
|
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
|
|
|
|
|
|
2018-06-10 10:55:16 +02:00
|
|
|
[isort]
|
|
|
|
|
skip_glob = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
|
|
|
|
|
|
2017-06-23 23:00:42 +02:00
|
|
|
[pep8]
|
|
|
|
|
max-line-length = 120
|
|
|
|
|
exclude=.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
|
2018-03-12 23:06:32 +01:00
|
|
|
|
2018-03-19 15:31:55 +01:00
|
|
|
[tool:pytest]
|
2018-03-12 23:06:32 +01:00
|
|
|
python_files = tests.py test_*.py *_tests.py
|
|
|
|
|
testpaths = tests
|
2018-03-31 14:45:11 +02:00
|
|
|
env =
|
|
|
|
|
SECRET_KEY=test
|
2018-05-06 13:48:23 +02:00
|
|
|
EMAIL_CONFIG=consolemail://
|
2018-03-31 14:45:11 +02:00
|
|
|
CELERY_BROKER_URL=memory://
|
|
|
|
|
CELERY_TASK_ALWAYS_EAGER=True
|
|
|
|
|
CACHEOPS_ENABLED=False
|
|
|
|
|
FEDERATION_HOSTNAME=test.federation
|