aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_client.py
diff options
context:
space:
mode:
authorJ08nY2020-12-14 17:38:23 +0100
committerJ08nY2020-12-14 17:38:23 +0100
commitbf264e994bedf8c5df7f9477b9546271d1ddaf00 (patch)
tree406a6d631c02a7251ea866aff1caaea26ded47fe /test/test_client.py
parent467b3185e9d2ef3457ad3c1281280c87394ab912 (diff)
downloadpyecsca-codegen-bf264e994bedf8c5df7f9477b9546271d1ddaf00.tar.gz
pyecsca-codegen-bf264e994bedf8c5df7f9477b9546271d1ddaf00.tar.zst
pyecsca-codegen-bf264e994bedf8c5df7f9477b9546271d1ddaf00.zip
Fix tests with master version of pyecsca.
Diffstat (limited to 'test/test_client.py')
-rw-r--r--test/test_client.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_client.py b/test/test_client.py
index aa07ff0..3132e4e 100644
--- a/test/test_client.py
+++ b/test/test_client.py
@@ -2,7 +2,7 @@ from os.path import join
from unittest import TestCase
from click.testing import CliRunner
-from pyecsca.ec.curves import get_params
+from pyecsca.ec.params import get_params
from pyecsca.ec.mod import Mod
from pyecsca.codegen.builder import build_impl
@@ -105,4 +105,4 @@ class ClientTests(TestCase):
join(tmpdir, "pyecsca-codegen-HOST.elf"),
"shortw", "projective", "ecdh", "secg/secp128r1",
"something"])
- self.assertEqual(result.exit_code, 2) \ No newline at end of file
+ self.assertEqual(result.exit_code, 2)