Force a attribute of the test item to be None
This commit is contained in:
parent
79cf15b95c
commit
147b148dbd
@ -13,6 +13,7 @@ class TestPipelines(unittest.TestCase):
|
|||||||
def test_none_pipeline(self):
|
def test_none_pipeline(self):
|
||||||
# Testing the pipeline that replaces the None values in items.
|
# Testing the pipeline that replaces the None values in items.
|
||||||
self.testItem["value"] = "abc"
|
self.testItem["value"] = "abc"
|
||||||
|
self.testItem["source"] = None
|
||||||
pipe = pipelines.RemoveNonePipeline()
|
pipe = pipelines.RemoveNonePipeline()
|
||||||
processed = pipe.process_item(self.testItem, spider.FourmiSpider())
|
processed = pipe.process_item(self.testItem, spider.FourmiSpider())
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user