Clear test dir
This commit is contained in:
parent
76f300ea18
commit
0c3f273fa1
|
@ -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 """
|
||||
|
|
Loading…
Reference in New Issue