python-escpos/test
Patrick Kanzler 0cfedb5706 add automatic codepage-changing
This code is adapted from the works by Frédéric Van der Essen in
pyxmlescpos.
I had to adapt the code completely in order to make it compatible with
modern unicode-handling

Further changes:
* improve text unittests in CLI and MagicEncode with hypothesis
* add feature force_encoding in order to enable old behaviour
* disable cli_text_test (for now)
* fix charcode(): it does now cooperate with the new structure
* remove redundant variable codepage from class Escpos
2016-08-02 04:42:21 +02:00
..
resources add implementation of GS v 0, GS ( L and GS *. 2016-04-06 07:34:19 +10:00
test_abstract_base_class.py FIX abstractbaseclass in Escpos not properly loaded 2016-04-03 22:36:57 +02:00
test_cli.py add automatic codepage-changing 2016-08-02 04:42:21 +02:00
test_function_image.py apply fixes, mainly to whitespace ( patch by @patkan in #128 ) 2016-04-13 21:27:51 +10:00
test_function_panel_button.py FEATURE disable panel buttons 2016-03-10 16:01:35 +01:00
test_function_qr_native.py apply fixes, mainly to whitespace ( patch by @patkan in #128 ) 2016-04-13 21:27:51 +10:00
test_function_text.py add automatic codepage-changing 2016-08-02 04:42:21 +02:00
test_image.py refactor: simplified expressions, remove unused import 2016-06-19 12:30:36 +02:00
test_load_module.py REFACTOR add PEP8-newlines 2016-04-02 15:29:51 +02:00
test_magicencode.py add automatic codepage-changing 2016-08-02 04:42:21 +02:00
test_printer_file.py fix file-printer did not flush 2016-08-02 04:25:54 +02:00
test_with_statement.py refactor: simplified expressions, remove unused import 2016-06-19 12:30:36 +02:00