fix(qg): run pytest directly instead of make in check_tests_local #16
Reference in New Issue
Block a user
Delete Branch "fix/qg-pytest-no-make"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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).