Files
blag/setup.cfg
Bastian Venthur d3fe365bb0 WIP
2021-01-11 22:36:30 +01:00

10 lines
149 B
INI

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