mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-23 17:34:21 +03:00
dcab14e0b4
Signed-off-by: Cole Robinson <crobinso@redhat.com>
9 lines
219 B
INI
9 lines
219 B
INI
[report]
|
|
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
|
|
.*raise_programming_error.*
|