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

3
setup.cfg Normal file
View File

@@ -0,0 +1,3 @@
[nosetests]
verbosity=3
with-doctest=1