forked from github.com/blag
10 lines
156 B
INI
10 lines
156 B
INI
[tool:pytest]
|
|
addopts =
|
|
--cov=blag
|
|
--cov=tests
|
|
--cov-report=html
|
|
--cov-report=term-missing:skip-covered
|
|
|
|
[flake8]
|
|
exclude = venv,build,docs
|