MCPcopy
hub / github.com/scrapy/scrapy / test_incompatibility

Method test_incompatibility

tests/test_scheduler.py:397–403  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

395 scheduler.open(spider)
396
397 def test_incompatibility(self):
398 with warnings.catch_warnings():
399 warnings.filterwarnings("ignore")
400 with pytest.raises(
401 ValueError, match="does not support CONCURRENT_REQUESTS_PER_IP"
402 ):
403 self._incompatible()

Callers

nothing calls this directly

Calls 1

_incompatibleMethod · 0.95

Tested by

no test coverage detected