Commit ef99ce54 authored by Vincent Pelletier's avatar Vincent Pelletier

caucase.test: Improve coverage report

This branch is only taken when the test fails, so do not expect it to be
present in a successful coverage report - the only type of report which
should matter.
parent 7cfcbccc
......@@ -1867,7 +1867,7 @@ class CaucaseTest(TestCase):
utils.load_crl(crl_pem, [new_cau])
except cryptography.exceptions.InvalidSignature:
pass
else:
else: # pragma: no cover
raise AssertionError(
'cryptography.exceptions.InvalidSignature was not raised',
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment