This website requires JavaScript.
Explore
Help
Sign In
setop
/
python-escpos
Watch
1
Star
0
Fork
You've already forked python-escpos
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fbabd8ed88
python-escpos
/
test
/
conftest.py
9 lines
99 B
Python
Raw
Normal View
History
Unescape
Escape
Largely rewrite the magic text encoding feature.
2016-08-27 09:09:08 +00:00
import
pytest
Drop Py37, improve typing and docstrings (#544) Drops Py3.7, improves typing and adds a mypy config, improves the docstrings and isorts the imports. * configure isort * sort with isort * add github action * enable flake8-docstrings * fix docstrings * add mypy env * no implicit optional * add type for raw * add some type hints
2023-08-14 23:03:36 +00:00
Largely rewrite the magic text encoding feature.
2016-08-27 09:09:08 +00:00
from
escpos
.
printer
import
Dummy
@pytest.fixture
def
driver
(
)
:
return
Dummy
(
)