From beb1f0c6fe2a4b64d78ed9e84d887cf372929276 Mon Sep 17 00:00:00 2001 From: Ayrx Date: Wed, 25 Jun 2014 22:08:33 +0800 Subject: Removed unnecessary tests --- tests/hazmat/primitives/test_ec.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tests/hazmat/primitives/test_ec.py') diff --git a/tests/hazmat/primitives/test_ec.py b/tests/hazmat/primitives/test_ec.py index e425ec8d..2690e794 100644 --- a/tests/hazmat/primitives/test_ec.py +++ b/tests/hazmat/primitives/test_ec.py @@ -302,13 +302,3 @@ class TestECDSAVectors(object): verifier.verify() else: verifier.verify() - - -@pytest.mark.elliptic -def test_generate_elliptic_curve_private_key(backend): - with raises_unsupported_algorithm( - exceptions._Reasons.UNSUPPORTED_ELLIPTIC_CURVE - ): - ec.generate_private_key( - DummyCurve(), backend - ) -- cgit v1.2.3