restore logging in tearDown

This commit is contained in:
James Kasten 2015-01-26 02:18:15 -08:00
parent 73b95c4307
commit 2db2060f85

View file

@ -247,11 +247,12 @@ class TestFullCheckpointsReverter(unittest.TestCase):
self.config1, self.config2, self.dir1, self.dir2, self.sets = tup
def tearDown(self):
shutil.rmtree(self.work_dir)
shutil.rmtree(self.dir1)
shutil.rmtree(self.dir2)
logging.disable(logging.NOTSET)
def test_rollback_improper_inputs(self):
self.assertRaises(
errors.LetsEncryptReverterError,