Better tear down of util/package tests
Explicitly removed temp directory at the end of util/package unit tests.
This commit is contained in:
parent
b8e149fe7d
commit
56ac4281c7
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class TestPackageUtil(unittest.TestCase):
|
|||
|
||||
def tearDown(self):
|
||||
""" Remove local library """
|
||||
del self.tmp_dir
|
||||
self.tmp_dir.cleanup()
|
||||
|
||||
def test_install_existing_package(self):
|
||||
""" Test an install attempt on an existing package """
|
||||
|
|
Loading…
Add table
Reference in a new issue