Update unit test suites to import components from src/ directory

This commit is contained in:
2026-09-04 15:50:14 +02:00
parent 86649f796d
commit f7ebc6c0a1
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ import warnings
warnings.filterwarnings("ignore")
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "src")))
import Win_Client
import pgpy