python-escpos/test/conftest.py

9 lines
99 B
Python

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