virt-manager/.coveragerc
Cole Robinson 58837a7641 tests: Add full test coverage for progress text output
Signed-off-by: Cole Robinson <crobinso@redhat.com>
2021-06-09 16:52:12 -04:00

15 lines
280 B
INI

[run]
source=virtinst/
[report]
skip_covered = yes
#omit=virtinst/_progresspriv.py
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
.*DevError.*