onedns/setup.cfg

12 lines
149 B
INI
Raw Normal View History

[flake8]
exclude =
.git,
build,
dist
[pytest]
2016-08-02 19:04:45 +03:00
addopts = -v --cov=onedns --cov-report term-missing
[coverage:run]
omit = onedns/tests/*