diff options
| author | J08nY | 2020-12-14 17:38:23 +0100 |
|---|---|---|
| committer | J08nY | 2020-12-14 17:38:23 +0100 |
| commit | bf264e994bedf8c5df7f9477b9546271d1ddaf00 (patch) | |
| tree | 406a6d631c02a7251ea866aff1caaea26ded47fe /test/test_client.py | |
| parent | 467b3185e9d2ef3457ad3c1281280c87394ab912 (diff) | |
| download | pyecsca-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.py | 4 |
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) |
