10 lines
336 B
INI
10 lines
336 B
INI
[tool:pytest]
|
|
addopts = -v --cov mydata --cov mydata_benchmarks --cov-report term-missing
|
|
--ignore node_modules --ignore .git --ignore .cache --ignore build
|
|
--ignore integration_tests --ignore docker
|
|
DJANGO_SETTINGS_MODULE = mydata.settings
|
|
python_files = tests.py test_*.py *_tests.py
|
|
|
|
[pep8]
|
|
max-line-length = 100
|