support-ticket-env / tests /conftest.py
AlgoCore's picture
Initial commit
a3d65ce
raw
history blame contribute delete
228 Bytes
"""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__))))