mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Correct teardown function: remove temporary directory after test completed
This commit is contained in:
parent
df93e46b3b
commit
ffe2384ec9
1 changed files with 1 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue