mirror of https://github.com/scrapy/scrapy.git
Fix bad merge on ParseCommandTest
This commit is contained in:
parent
22505a34a9
commit
fb09148c91
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue