feat: komplette Site — 19 Routen, 24 Artikel, Leistungen, IT-Service, FAQ, Kontakt, CRM-Formular

This commit is contained in:
Alicia
2026-06-25 15:27:53 +00:00
parent a4e6a2e83e
commit 7da1649998
3 changed files with 515 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
"""Conftest fuer IT-Hilfe-Sofort Tests — sys.path setup."""
import sys
from pathlib import Path
# Projekt root ins sys.path (muss vor pytest import app! kommen)
sys.path.insert(0, str(Path(__file__).resolve().parent.parent))