aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-10-28 10:09:49 +0900
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-10-28 10:09:49 +0900
commit197db3367ceecdbaf0adc5eaa9339b934b10acfe (patch)
treea7d0e14dbd38662462973702e0f72805d2293ebb /tests
parent1a1b1157a2d393b314f3e1303f2f724118d2cae2 (diff)
downloadcryptography-197db3367ceecdbaf0adc5eaa9339b934b10acfe.tar.gz
cryptography-197db3367ceecdbaf0adc5eaa9339b934b10acfe.tar.bz2
cryptography-197db3367ceecdbaf0adc5eaa9339b934b10acfe.zip
address review feedback
Diffstat (limited to 'tests')
-rw-r--r--tests/hazmat/primitives/test_ec.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/hazmat/primitives/test_ec.py b/tests/hazmat/primitives/test_ec.py
index ac1ba27a..5baaa3cd 100644
--- a/tests/hazmat/primitives/test_ec.py
+++ b/tests/hazmat/primitives/test_ec.py
@@ -167,13 +167,6 @@ def test_encode_point():
)
-def test_from_encoded_point_null():
- with pytest.raises(ValueError):
- ec.EllipticCurvePublicNumbers.from_encoded_point(
- ec.SECP384R1(), b"\x00"
- )
-
-
def test_from_encoded_point():
# secp256r1 point
data = binascii.unhexlify(