Skip to content

Commit

Permalink
improve skip msg when skipping an ECDH test in test_ec (pyca#4355)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored and Amaury Forgeot d'Arc committed Jul 22, 2018
1 parent 9d8a8a9 commit 0dcc79e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/hazmat/primitives/test_ec.py
Expand Up @@ -65,8 +65,8 @@ def _skip_exchange_algorithm_unsupported(backend, algorithm, curve):
algorithm, curve
):
pytest.skip(
"Exchange algorithm is not supported by this backend {0}".format(
backend
"Exchange with {0} curve is not supported by {1}".format(
curve.name, backend
)
)

Expand Down

0 comments on commit 0dcc79e

Please sign in to comment.