Fix bad merge on ParseCommandTest

This commit is contained in:
Daniel Graña 2018-07-06 18:10:56 -03:00
parent 22505a34a9
commit fb09148c91
1 changed files with 0 additions and 4 deletions

View File

@ -284,10 +284,6 @@ class MySpider(scrapy.Spider):
log = self.get_log('', name='myspider.txt')
self.assertIn('Unable to load', log)
class ParseCommandTest(ProcessTest, SiteTest, CommandTest):
command = 'parse'
def test_start_requests_errors(self):
log = self.get_log("""
import scrapy