Skip to content
Snippets Groups Projects
Commit b8d9a365 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[common] Minor fixes to the tearDown method

parent d8ec0cbe
No related branches found
No related tags found
1 merge request!194Scheduler
......@@ -43,7 +43,7 @@ class BaseTestCase(TestCase):
model = None
def tearDown():
def tearDown(self):
if os.path.exists(settings.CACHE_ROOT):
shutil.rmtree(settings.CACHE_ROOT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment