"""Shared test configuration.""" from __future__ import annotations import sys import os # Ensure the server package is importable sys.path.insert(0, os.path.join(os.path.dirname(__file__), ".."))