1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-06-25 08:38:43 +00:00
python-escpos/test/conftest.py
2016-08-27 11:28:52 +02:00

8 lines
98 B
Python

import pytest
from escpos.printer import Dummy
@pytest.fixture
def driver():
return Dummy()