test: add MainWindow structure smoke test (skips headless)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-13 11:22:49 +02:00
parent 2ffb81eaa3
commit 7e917d00a6
2 changed files with 39 additions and 0 deletions
+4
View File
@@ -1,2 +1,6 @@
import sys, os
sys.path.insert(0, os.path.dirname(__file__))
def pytest_configure(config):
config.addinivalue_line("markers", "gui: constructs Qt widgets; needs a display")