SPB Git forge

spb/job-ka

Public
226commits 1branches 0releases
37.5 MBsize
maindefault branch
10 h agolast push
HTML 82.1% Python 14.6% TypeScript 1.9% CSS 1% JavaScript 0.5%
500 B · 13 lines python
Raw Blame History
1# =============================================================================2# Job·Ka — Groupe KA3# Auteur  : Simon-Pierre Boucher4# Contact : contact@spboucher.ai5# Fichier : tests/conftest.py6# Rôle    : Configuration pytest — racine du dépôt dans sys.path7# Créé    : 2026-08-17   Modifié : 2026-08-178# =============================================================================9import sys10from pathlib import Path1112sys.path.insert(0, str(Path(__file__).resolve().parent.parent))13