From e0c88f2d93b9f9c313aca06594d8d68ea9c9a34c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ram=C3=ADrez?= Date: Fri, 19 Apr 2013 12:38:20 -0300 Subject: [PATCH] test fixed --- scrapy/tests/test_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapy/tests/test_commands.py b/scrapy/tests/test_commands.py index 9811674e7..1d749a0d0 100644 --- a/scrapy/tests/test_commands.py +++ b/scrapy/tests/test_commands.py @@ -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)