7 lines
145 B
Python
7 lines
145 B
Python
# tests/integration/conftest.py
|
|
"""Integration test specific fixtures."""
|
|
import pytest
|
|
|
|
# Add any integration-specific fixtures here if needed
|
|
|