Files
blag/setup.cfg
2021-02-01 21:34:30 +01:00

10 lines
151 B
INI

[tool:pytest]
addopts =
--cov=blag
--cov=tests
--cov-report=html
--cov-report=term-missing:skip-covered
[flake8]
exclude = venv,build