MCPcopy
hub / github.com/scrapy/scrapy / _check_output

Method _check_output

tests/test_exporters.py:248–250  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

246 return MarshalItemExporter(self.output, **kwargs)
247
248 def _check_output(self):
249 self.output.seek(0)
250 self._assert_expected_item(marshal.load(self.output))
251
252 def test_nonstring_types_item(self):
253 item = self._get_nonstring_types_item()

Callers

nothing calls this directly

Calls 2

_assert_expected_itemMethod · 0.80
loadMethod · 0.45

Tested by

no test coverage detected