Correct teardown function: remove temporary directory after test completed

This commit is contained in:
Kwang100 2016-10-26 00:30:34 -04:00
parent df93e46b3b
commit ffe2384ec9

View file

@ -81,8 +81,7 @@ def tearDownClass(cls):
# Remove the temporary repository directory, which should contain all the
# metadata, targets, and key files generated for the test cases.
# shutil.rmtree(cls.temporary_directory)
pass
shutil.rmtree(cls.temporary_directory)
def setUp(self):