# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : tests/conftest.py # Rôle : Configuration pytest — racine du dépôt dans sys.path # Créé : 2026-08-17 Modifié : 2026-08-17 # ============================================================================= import sys from pathlib import Path sys.path.insert(0, str(Path(__file__).resolve().parent.parent))