1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 07:24:12 +00:00

Add the tests changes for previous commit

This commit is contained in:
Daniel Graña 2014-09-10 12:05:18 -03:00
parent ce180227fa
commit ec93c0fdcc

View File

@ -31,6 +31,9 @@ class CrawlerRunnerTest(unittest.TestCase):
def setUp(self):
self.crawler_runner = CrawlerRunner(Settings())
def tearDown(self):
return self.crawler_runner.stop()
@defer.inlineCallbacks
def test_populate_spidercls_settings(self):
spider_settings = {'TEST1': 'spider', 'TEST2': 'spider'}