Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_kwargs
Method · 0.95
test_meta
Method · 0.95
test_returns_async
Method · 0.95
test_custom_contracts
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected