docstring

This commit is contained in:
Patrick Kanzler 2023-09-03 23:41:32 +02:00
parent 741fdc3919
commit 16eaa0bee4

View File

@ -3,10 +3,9 @@ import six
import escpos.printer as printer
from escpos.constants import SET_FONT, TXT_NORMAL, TXT_SIZE, TXT_STYLE
# Default test, please copy and paste this block to test set method calls
def test_default_values():
"""Default test, please copy and paste this block to test set method calls"""
instance = printer.Dummy()
instance.set_with_default()