mirror of
https://github.com/python-escpos/python-escpos
synced 2025-09-13 09:09:58 +00:00
test fixes - just case-changes to match code page names, seems to need 'future' pip module
This commit is contained in:
@@ -20,7 +20,7 @@ from escpos.printer import Dummy
|
||||
|
||||
|
||||
def get_printer():
|
||||
return Dummy(magic_encode_args={'disabled': True, 'encoding': 'cp437'})
|
||||
return Dummy(magic_encode_args={'disabled': True, 'encoding': 'CP437'})
|
||||
|
||||
|
||||
@given(text=st.text())
|
||||
|
Reference in New Issue
Block a user