1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00
Files
python-escpos/test/conftest.py
Patrick Kanzler b8dfd47422 sort with isort
2023-08-10 22:09:29 +02:00

9 lines
99 B
Python

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