We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60fdf9 commit 651661aCopy full SHA for 651661a
src/ecdsa/test_jacobi.py
@@ -50,7 +50,7 @@ def test_add_with_different_curves(self):
50
p_a = PointJacobi.from_affine(generator_256)
51
p_b = PointJacobi.from_affine(generator_224)
52
53
- with self.assertRaises(ValueError):
+ with self.assertRaises(ValueError): # pragma: no branch
54
p_a + p_b
55
56
def test_compare_different_curves(self):
0 commit comments