MCPcopy
hub / github.com/scrapy/scrapy / queue

Method queue

tests/test_squeues.py:171–172  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

169
170class PickleLifoDiskQueueTest(t.LifoDiskQueueTest, LifoDiskQueueTestMixin):
171 def queue(self):
172 return _PickleLifoSerializationDiskQueue(self.qpath)
173
174 def test_serialize_item(self):
175 q = self.queue()

Callers 3

test_serialize_itemMethod · 0.95
test_serialize_loaderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected