mirror of https://github.com/scrapy/scrapy.git
test fixed
This commit is contained in:
parent
2b39527f72
commit
e0c88f2d93
|
|
@ -226,4 +226,4 @@ ITEM_PIPELINES = ['{0}.pipelines.MyPipeline']
|
|||
p = self.proc('parse', '--spider', self.spider_name, '--pipelines',
|
||||
'-c', 'parse', 'http://scrapinghub.com')
|
||||
log = p.stderr.read()
|
||||
print log
|
||||
self.assert_("[scrapy] INFO: It Works!" in log, log)
|
||||
|
|
|
|||
Loading…
Reference in New Issue