mirror of
https://github.com/wassname/cachier.git
synced 2026-09-20 12:40:25 +08:00
16 lines
361 B
INI
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 |