mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-21 09:34:12 +03:00
58837a7641
Signed-off-by: Cole Robinson <crobinso@redhat.com>
15 lines
280 B
INI
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.*
|