mirror of
https://github.com/python-escpos/python-escpos
synced 2025-10-03 09:19:59 +00:00
Clear test dir
This commit is contained in:
@@ -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 """
|
||||||
|
Reference in New Issue
Block a user