1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

ADD test for image printing and text

* image printing does not check output
* text test checks output of a very basic string
This commit is contained in:
Patrick Kanzler
2016-03-02 23:16:58 +01:00
parent 70307d0f24
commit bda7f85346
6 changed files with 89 additions and 0 deletions

View File

@@ -7,6 +7,11 @@
:license: GNU GPL v3
"""
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals
from nose.tools import with_setup
import escpos.printer as printer