MCPcopy
hub / github.com/pyca/cryptography / test_skip_curve_unsupported

Function test_skip_curve_unsupported

tests/hazmat/primitives/test_ec.py:99–101  ·  view source on GitHub ↗
(backend)

Source from the content-addressed store, hash-verified

97
98
99def test_skip_curve_unsupported(backend):
100 with pytest.raises(pytest.skip.Exception):
101 _skip_curve_unsupported(backend, DummyCurve())
102
103
104def test_skip_exchange_algorithm_unsupported(backend):

Callers

nothing calls this directly

Calls 2

DummyCurveClass · 0.85
_skip_curve_unsupportedFunction · 0.70

Tested by

no test coverage detected