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

Function test_skip_if_dsa_not_supported

tests/hazmat/primitives/test_dsa.py:55–57  ·  view source on GitHub ↗
(backend)

Source from the content-addressed store, hash-verified

53
54
55def test_skip_if_dsa_not_supported(backend):
56 with pytest.raises(pytest.skip.Exception):
57 _skip_if_dsa_not_supported(backend, DummyHashAlgorithm(), 1, 1, 1)
58
59
60@pytest.mark.supported(

Callers

nothing calls this directly

Calls 2

DummyHashAlgorithmClass · 0.85

Tested by

no test coverage detected