Files
cachier/.coveragerc
T
2017-04-26 11:31:34 +03:00

16 lines
361 B
INI

[run]
branch = True
omit =
tests/*
cachier/_version.py
cachier/__init__.py
**/scripts/**
[report]
show_missing = True
# Regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
# Don't complain if tests don't hit defensive assertion code:
raise NotImplementedError