We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb3666 commit 0658ef8Copy full SHA for 0658ef8
tests/test_gui.py
@@ -1,5 +1,9 @@
1
import os
2
import pytest
3
+
4
+# Add the repository root to sys.path so we can import main.py
5
+sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
6
7
from main import launch_app
8
9
# Ensure Qt runs in offscreen mode (headless)
0 commit comments