diff --git a/test/test_cli.py b/test/test_cli.py index 11018b6..690f93e 100644 --- a/test/test_cli.py +++ b/test/test_cli.py @@ -57,8 +57,9 @@ class TestCLI: fhandle.close() def teardown(self): - """ Destroy printer file """ + """ Destroy printer file and env """ os.remove(DEVFILE) + self.env.clear() def test_cli_help(self): """ Test getting help from cli """