commit | dfb332da50ee9358ef9f46b2e8ffb28f1cfd8751 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Wed Jul 18 18:12:15 2018 +0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Wed Jul 18 05:12:15 2018 -0500 |
tree | df214632710fd8df83a36af2740a3cfdcddc1d42 | |
parent | 4de004955b2d9d0d714fe29ae95b8eff7ee983a1 [diff] |
improve skip msg when skipping an ECDH test in test_ec (#4355)
diff --git a/tests/hazmat/primitives/test_ec.py b/tests/hazmat/primitives/test_ec.py index d015e84..4e61b5d 100644 --- a/tests/hazmat/primitives/test_ec.py +++ b/tests/hazmat/primitives/test_ec.py
@@ -65,8 +65,8 @@ 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 ) )