We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ae15b commit 49f4709Copy full SHA for 49f4709
test/unit/test_utils.py
@@ -42,7 +42,7 @@ def test_prep_stream_data_passthrough():
42
assert_prepped_stream_identity(test, io.BytesIO)
43
44
45
-def test_verify_interface(patch_ec):
+def test_verify_ec_interface(patch_ec):
46
patch_ec.EllipticCurve.__abstractmethods__ = set(("key_size", "name"))
47
mock_algorithm_info = MagicMock(return_value=sentinel.algorithm_info, spec=patch_ec.EllipticCurve)
48
mock_algorithm_info.return_value.name = True
0 commit comments