Skip to content

Commit 0c3f273

Browse files
committed
Clear test dir
1 parent 76f300e commit 0c3f273

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/test_cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ def setup(self):
5757
fhandle.close()
5858

5959
def teardown(self):
60-
""" Destroy printer file """
60+
""" Destroy printer file and env """
6161
os.remove(DEVFILE)
62+
self.env.clear()
6263

6364
def test_cli_help(self):
6465
""" Test getting help from cli """

0 commit comments

Comments
 (0)