mirror of
https://github.com/python-escpos/python-escpos
synced 2025-07-15 08:43:30 +00:00
8 lines
98 B
Python
8 lines
98 B
Python
import pytest
|
|
from escpos.printer import Dummy
|
|
|
|
|
|
@pytest.fixture
|
|
def driver():
|
|
return Dummy()
|