2020-07-05 20:30:14 +08:00
|
|
|
[run]
|
|
|
|
source=virtinst/
|
|
|
|
omit=virtinst/progress.py
|
|
|
|
|
2019-06-10 06:16:51 +08:00
|
|
|
[report]
|
2020-07-05 20:30:14 +08:00
|
|
|
skip_covered = yes
|
|
|
|
|
2019-06-10 06:16:51 +08:00
|
|
|
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
|
2020-01-27 21:59:02 +08:00
|
|
|
.*raise_programming_error.*
|