Cosmetic changes
This commit is contained in:
parent
ed72e697de
commit
8b7a680a1e
11
setup.cfg
11
setup.cfg
@ -9,12 +9,13 @@ addopts = --flake8 --isort --cov --cov-report=term --cov-report=xml -r s
|
|||||||
norecursedirs = dist .cache .git build Radicale.egg-info .eggs venv
|
norecursedirs = dist .cache .git build Radicale.egg-info .eggs venv
|
||||||
|
|
||||||
[isort]
|
[isort]
|
||||||
known_standard_library=posixpath
|
known_standard_library = posixpath
|
||||||
known_third_party=gunicorn,passlib,pkg_resources,pytest,pytest_cov,vobject
|
known_third_party = gunicorn,passlib,pkg_resources,pytest,pytest_cov,vobject
|
||||||
|
|
||||||
[coverage:run]
|
[coverage:run]
|
||||||
branch = True
|
branch = True
|
||||||
source = radicale
|
source = radicale
|
||||||
|
omit = tests/*,*/tests/*
|
||||||
|
|
||||||
[coverage:report]
|
[coverage:report]
|
||||||
# Regexes for lines to exclude from consideration
|
# Regexes for lines to exclude from consideration
|
||||||
@ -28,9 +29,3 @@ exclude_lines =
|
|||||||
|
|
||||||
# Don't complain if non-runnable code isn't run:
|
# Don't complain if non-runnable code isn't run:
|
||||||
if __name__ == .__main__.:
|
if __name__ == .__main__.:
|
||||||
|
|
||||||
omit =
|
|
||||||
tests/*
|
|
||||||
*/tests/*
|
|
||||||
|
|
||||||
ignore_errors = True
|
|
||||||
|
Loading…
Reference in New Issue
Block a user