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

Method test_load_request_two_requests

tests/x509/test_ocsp.py:169–174  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

167 req.extensions
168
169 def test_load_request_two_requests(self):
170 with pytest.raises(NotImplementedError):
171 _load_data(
172 os.path.join("x509", "ocsp", "req-multi-sha1.der"),
173 ocsp.load_der_ocsp_request,
174 )
175
176 def test_invalid_hash_algorithm(self):
177 req = _load_data(

Callers

nothing calls this directly

Calls 1

_load_dataFunction · 0.85

Tested by

no test coverage detected