Added a missing test directory cleanup action.

- Legacy-Id: 16157
This commit is contained in:
Henrik Levkowetz 2019-04-25 13:13:03 +00:00
parent 3d76483ba0
commit 8b44e43168

View file

@ -1733,6 +1733,7 @@ class MaterialsTests(TestCase):
settings.AGENDA_PATH = self.saved_agenda_path
settings.SLIDE_STAGING_PATH = self.saved_staging_path
shutil.rmtree(self.materials_dir)
shutil.rmtree(self.staging_dir)
def crawl_materials(self, url, top):
seen = set()