MCPcopy Create free account
hub / github.com/pyca/cryptography / test_check_backend_support_no_skip

Function test_check_backend_support_no_skip

tests/test_utils.py:53–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51
52
53def test_check_backend_support_no_skip():
54 supported = pretend.stub(
55 kwargs={"only_if": lambda backend: True, "skip_message": "Nope"}
56 )
57 node = pretend.stub(iter_markers=lambda x: [supported])
58 item = pretend.stub(node=node)
59 assert check_backend_support(None, item) is None
60
61
62def test_load_nist_vectors():

Callers

nothing calls this directly

Calls 1

check_backend_supportFunction · 0.85

Tested by

no test coverage detected