diff options
| author | J08nY | 2019-04-21 17:41:20 +0200 |
|---|---|---|
| committer | J08nY | 2019-04-21 17:41:20 +0200 |
| commit | 1c5002cca81eee594041852b3748d4661d2b1968 (patch) | |
| tree | 062570d7a525de47aa3754aa3c3eb79ec786e965 /test | |
| parent | c4b98adbb7c9898dc830b9c6f4b1f52890a17632 (diff) | |
| download | pyecsca-1c5002cca81eee594041852b3748d4661d2b1968.tar.gz pyecsca-1c5002cca81eee594041852b3748d4661d2b1968.tar.zst pyecsca-1c5002cca81eee594041852b3748d4661d2b1968.zip | |
Add codecov.
Diffstat (limited to 'test')
| -rw-r--r-- | test/ec/test_point.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ec/test_point.py b/test/ec/test_point.py index ea1e79a..a89a44f 100644 --- a/test/ec/test_point.py +++ b/test/ec/test_point.py @@ -57,3 +57,4 @@ class PointTests(TestCase): Y=Mod(0x3, self.secp128r1.prime), Z=Mod(1, self.secp128r1.prime)) assert pt.equals(other) + self.assertNotEquals(pt, other) |
