onedns/setup.cfg

15 lines
186 B
INI
Raw Normal View History

[aliases]
test=pytest
[flake8]
exclude =
.git,
build,
dist
[tool:pytest]
2016-08-03 07:44:16 +03:00
addopts = -v --cov=onedns --cov-report term-missing --flake8
[coverage:run]
omit = onedns/tests/*