diff --git a/test/tests/test_profile.py b/test/tests/test_profile.py index 3cd833d..52aafdd 100644 --- a/test/tests/test_profile.py +++ b/test/tests/test_profile.py @@ -86,6 +86,7 @@ def setUp(self, destroy=True): importlib.reload(logging) def tearDown(self): + logging.shutdown() if os.path.isdir(self.test_dir): shutil.rmtree(self.test_dir)