This repository has been archived on 2023-02-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-my-data/setup.cfg

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