Clear test dir

This commit is contained in:
Davis Goglin 2016-03-28 14:57:06 -07:00
parent 76f300ea18
commit 0c3f273fa1
1 changed files with 2 additions and 1 deletions

View File

@ -57,8 +57,9 @@ class TestCLI:
fhandle.close() fhandle.close()
def teardown(self): def teardown(self):
""" Destroy printer file """ """ Destroy printer file and env """
os.remove(DEVFILE) os.remove(DEVFILE)
self.env.clear()
def test_cli_help(self): def test_cli_help(self):
""" Test getting help from cli """ """ Test getting help from cli """