diff --git a/tests/__init__.py b/tests/__init__.py index 256c964..4342e5f 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -139,10 +139,7 @@ class Modeltests(unittest.TestCase): self.session.close() # Clear temp directory - if sys.exc_info() == (None, None, None): - shutil.rmtree(self.path) - else: - print('FAILED TESTS AT %s' % self.path) + shutil.rmtree(self.path) # Clear DB if os.path.exists(DB_PATH):