fix(qg): run pytest directly instead of make in check_tests_local #16

Merged
admin merged 1 commits from fix/qg-pytest-no-make into main 2026-06-04 00:44:40 +03:00
Owner

BUG 5: check_tests_local used [make, test] but make is not installed in the orchestrator container -> FileNotFoundError -> QG failed (task 29 ET-011 stuck in development). Replaced with direct pytest call (1:1 with Makefile test target: cd src/api && python -m pytest ../../tests/ -v). Added TestCheckTestsLocal unit tests. Container suite: 213 passed + 9 pre-existing failed (test_webhooks HMAC/401, off-limits).

BUG 5: check_tests_local used [make, test] but make is not installed in the orchestrator container -> FileNotFoundError -> QG failed (task 29 ET-011 stuck in development). Replaced with direct pytest call (1:1 with Makefile test target: cd src/api && python -m pytest ../../tests/ -v). Added TestCheckTestsLocal unit tests. Container suite: 213 passed + 9 pre-existing failed (test_webhooks HMAC/401, off-limits).
admin added 1 commit 2026-06-04 00:43:28 +03:00
admin merged commit 994f73a78e into main 2026-06-04 00:44:40 +03:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/orchestrator#16