Ensure spiders module reload between spider manager tests

This commit is contained in:
Julia Medina 2014-04-04 17:01:42 -03:00
parent c50f088b63
commit dd9d3af9b3
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class SpiderManagerTest(unittest.TestCase):
def tearDown(self):
del self.spiderman
del sys.modules['test_spiders_xxx']
sys.path.remove(self.tmpdir)
def test_interface(self):