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