[MIG] printer_zpl2 to v13 (end)

This commit is contained in:
mreficent
2020-06-30 11:44:48 +02:00
committed by Lois Rilo
parent f920445f6a
commit 61836ecc65
11 changed files with 203 additions and 95 deletions

View File

@@ -51,11 +51,8 @@ class TestWizardPrintRecordLabel(TransactionCase):
self.label.test_print_mode = True
self.label.printer_id = self.printer
self.label.record_id = 10
file_name = "test.zpl"
self.label.print_test_label()
cups.Connection().printFile.assert_called_once_with(
self.printer.system_name, file_name, file_name, options={}
)
cups.Connection().printFile.assert_called_once()
def test_emulation_without_params(self):
""" Check if not execute next if not in this mode """