docstring
This commit is contained in:
parent
741fdc3919
commit
16eaa0bee4
@ -3,10 +3,9 @@ import six
|
|||||||
import escpos.printer as printer
|
import escpos.printer as printer
|
||||||
from escpos.constants import SET_FONT, TXT_NORMAL, TXT_SIZE, TXT_STYLE
|
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():
|
def test_default_values():
|
||||||
|
"""Default test, please copy and paste this block to test set method calls"""
|
||||||
instance = printer.Dummy()
|
instance = printer.Dummy()
|
||||||
instance.set_with_default()
|
instance.set_with_default()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user