Set up PyQt6 + QGraphicsView pipeline-editor skeleton, requirements, pytest headless config, and the actionable implementation plan under docs/plan. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
5 lines
55 B
INI
5 lines
55 B
INI
[pytest]
|
|
testpaths = tests
|
|
qt_api = pyqt6
|
|
addopts = -q
|