Skip to content
Snippets Groups Projects
Verified Commit 046648ce authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Moved pytest.ini to setup.cfg

parent 69aacfea
Branches
No related tags found
No related merge requests found
[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 ...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment