mirror of
https://github.com/python-escpos/python-escpos
synced 2025-08-24 09:03:34 +00:00
Largely rewrite the magic text encoding feature.
This commit is contained in:
7
test/conftest.py
Normal file
7
test/conftest.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import pytest
|
||||
from escpos.printer import Dummy
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def driver():
|
||||
return Dummy()
|
Reference in New Issue
Block a user