MCPcopy Create free account
hub / github.com/psf/cachecontrol / test_load_by_version_v3

Method test_load_by_version_v3

tests/test_serialization.py:52–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50 assert resp is None
51
52 def test_load_by_version_v3(self):
53 data = b"cc=3,somedata"
54 req = Mock()
55 resp = self.serializer.loads(req, data)
56 assert resp is None
57
58 def test_read_version_v4(self):
59 req = Mock()

Callers

nothing calls this directly

Calls 1

loadsMethod · 0.45

Tested by

no test coverage detected