Added a missing test directory cleanup action.
- Legacy-Id: 16157
This commit is contained in:
parent
3d76483ba0
commit
8b44e43168
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue