We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2b0c5 commit 349684fCopy full SHA for 349684f
tests/unit/scrapy/pipelines/test_actor_dataset_push.py
@@ -57,7 +57,7 @@ class ItemTestCase:
57
expected_exception=None,
58
),
59
ItemTestCase(
60
- item=DummyItem(a='exc', b='ept', c='ion'),
+ item=None, # type: ignore[arg-type] # that is the point of this test
61
item_dict={},
62
expected_exception=TypeError,
63
0 commit comments