summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2020-07-17 18:58:00 -0400
committerCole Robinson <crobinso@redhat.com>2020-07-17 19:08:27 -0400
commitaa89a48371e304fed53f4b0f07dd7b9a6b173952 (patch)
treeca744a7630fb2d6b81ce2963181edd4c8ff0f51e /.coveragerc
parent380a44318a60ef99f064103b55298c4f2b534fe6 (diff)
downloadvirt-manager-aa89a48371e304fed53f4b0f07dd7b9a6b173952.tar.gz
xmlutil: Centralize all 'programming error' exceptions
Raise them directly instead of adding the hard to read conditional into the function Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc
index bed7e332..7a78be55 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -11,4 +11,4 @@ exclude_lines =
# Don't complain if tests don't hit defensive assertion code:
raise NotImplementedError
- .*raise_programming_error.*
+ .*DevError.*