Better tear down of util/package tests

Explicitly removed temp directory at the end of util/package unit tests.
This commit is contained in:
Ryan Kraus 2016-01-30 14:39:17 -05:00
parent b8e149fe7d
commit 56ac4281c7

View file

@ -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 """