Skip to content

Commit 54a12fa

Browse files
committed
trivial coverage fixup
1 parent 91ae58c commit 54a12fa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/testsuite.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def _load_schema():
2727
schema_doc = etree.parse(schema_file)
2828
schema = etree.XMLSchema(schema_doc)
2929
return schema
30-
raise RuntimeError('Could not load JUnit schema')
30+
raise RuntimeError('Could not load JUnit schema') # pragma: no cover
3131

3232

3333
JUnitSchema = _load_schema()
@@ -126,8 +126,6 @@ def __call__(self, result):
126126
except Exception:
127127
result.addError(self, sys.exc_info())
128128
return
129-
super(XMLTestRunnerTestCase.DummyErrorInCallTest, self)\
130-
.__call__(result)
131129

132130
def test_pass(self):
133131
# it is expected not to be called.

0 commit comments

Comments
 (0)