MCPcopy
hub / github.com/scrapy/scrapy / should_error

Method should_error

tests/test_contracts.py:279–280  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

277 assert not self.results.errors
278
279 def should_error(self):
280 assert self.results.errors
281
282 def test_contracts(self):
283 spider = DemoSpider()

Callers 4

test_cb_kwargsMethod · 0.95
test_metaMethod · 0.95
test_returns_asyncMethod · 0.95
test_custom_contractsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected