mirror of
https://github.com/python-escpos/python-escpos
synced 2025-09-13 09:09:58 +00:00
self.default_args is always defined
This commit is contained in:
@@ -43,8 +43,6 @@ class TestCLI:
|
|||||||
|
|
||||||
def setup_method(self) -> None:
|
def setup_method(self) -> None:
|
||||||
"""Create a file to print to and set up env"""
|
"""Create a file to print to and set up env"""
|
||||||
self.default_args = None
|
|
||||||
|
|
||||||
self.env = TFE(
|
self.env = TFE(
|
||||||
base_path=TEST_DIR,
|
base_path=TEST_DIR,
|
||||||
cwd=os.getcwd(),
|
cwd=os.getcwd(),
|
||||||
|
Reference in New Issue
Block a user