delete appliction in tearDown

This commit is contained in:
Andreas Preikschat 2013-02-16 19:06:23 +01:00
parent fab327c89f
commit 10f7a464b4
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ class TestPluginManager(TestCase):
def tearDown(self):
os.unlink(self.ini_file)
del self.app
def find_plugins_test(self):
"""