feat(project): initialize ZUGFeRD service with pyproject.toml and directory structure
This commit is contained in:
9
tests/conftest.py
Normal file
9
tests/conftest.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""Pytest configuration and shared fixtures."""
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def sample_pdf_bytes():
|
||||
"""Fixture providing sample PDF bytes for testing."""
|
||||
return b"%PDF-1.4\n%fake pdf content for testing\n%%EOF"
|
||||
Reference in New Issue
Block a user