6 lines
129 B
Python
6 lines
129 B
Python
# tests/system/conftest.py
|
|
"""System test specific fixtures."""
|
|
import pytest
|
|
|
|
# Add any system-specific fixtures here if needed
|