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