fix(worker): ensure sys.path in test_verwaltung for pytest importlib mode
Ampel / ampel (push) Failing after 39s

This commit is contained in:
Hitonabi
2026-07-27 17:11:11 +02:00
parent e5ff5373bb
commit 75426224d1
+2
View File
@@ -4,6 +4,8 @@ Die Oberfläche selbst (tkinter) ist ausgenommen; geprüft wird, was das Fenster
ANZEIGT: Zustand des Workers, Aufgabentexte, Log-Ausschnitt.
"""
import os, sys
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
import verwaltung