Skip to content

Commit

Permalink
Add the tests changes for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dangra committed Sep 10, 2014
1 parent ce18022 commit ec93c0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
Expand Down

0 comments on commit ec93c0f

Please sign in to comment.