MCPcopy Create free account
hub / github.com/requests-cache/requests-cache / test_https

Function test_https

tests/unit/test_session.py:216–218  ·  view source on GitHub ↗
(mock_session)

Source from the content-addressed store, hash-verified

214
215
216def test_https(mock_session):
217 assert mock_session.get(MOCKED_URL_HTTPS, verify=True).from_cache is False
218 assert mock_session.get(MOCKED_URL_HTTPS, verify=True).from_cache is True
219
220
221def test_verify(mock_session):

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…