Spaces:
Sleeping
Sleeping
File size: 228 Bytes
a3d65ce | 1 2 3 4 5 6 7 | """Pytest configuration for support_ticket_env tests."""
import sys
import os
# Ensure the package root is on the path when running tests directly
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|