Moved pytest.ini to setup.cfg
This commit is contained in:
parent
69aacfea51
commit
046648ce6c
|
@ -1,6 +0,0 @@
|
||||||
[pytest]
|
|
||||||
DJANGO_SETTINGS_MODULE=config.settings.test
|
|
||||||
|
|
||||||
# -- recommended but optional:
|
|
||||||
python_files = tests.py test_*.py *_tests.py
|
|
||||||
testpatsh = tests
|
|
|
@ -5,3 +5,8 @@ exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
|
||||||
[pep8]
|
[pep8]
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
exclude=.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
|
exclude=.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
|
||||||
|
|
||||||
|
[pytest]
|
||||||
|
DJANGO_SETTINGS_MODULE=config.settings.test
|
||||||
|
python_files = tests.py test_*.py *_tests.py
|
||||||
|
testpaths = tests
|
||||||
|
|
Loading…
Reference in New Issue