2016-10-21 10:40:29 +03:00
|
|
|
[pytest]
|
2016-11-02 16:46:20 +03:00
|
|
|
norecursedirs = .git .* static
|
2019-01-17 17:53:45 +03:00
|
|
|
addopts = -rsxX --showlocals --tb=native --nomigrations --flake8 --staticfiles --cov-report term --cov-report xml --cov atmo --black -p no:cacheprovider
|
2016-10-21 10:40:29 +03:00
|
|
|
DJANGO_SETTINGS_MODULE = atmo.settings
|
2016-11-07 18:43:19 +03:00
|
|
|
DJANGO_CONFIGURATION = Test
|
2017-02-06 19:06:20 +03:00
|
|
|
blockade = True
|
|
|
|
; blockade-http-whitelist = accounts.google.com
|