ci: run full runtime test discovery #28
Reference in New Issue
Block a user
Delete Branch "chore/ci-full-runtime-test-guard"
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?
Why
PR #27 fixed 15 failures that existed on
main, but runtime CI had stayed green becauseci / unit-testsonly ranpytest tests/. That skipped package-local tests such asmolecule_runtime/adapters/google-adk/test_adapter.py, exactly where A2A SDK drift surfaced.What changed
pip install -e . pytest pytest-asyncio, so pyproject runtime dependencies are exercised instead of manually duplicated.pytest -qfor full test discovery, including package-local adapter tests.PIP_INDEX_URLto the Molecule Gitea package registry.Verification
python3 -m pytest -q-> 310 passed.pytest tests/command is gone and full discovery is configured.a84db35796to1998a727f1Approved as sdk-lead: PR #28 closes runtime test-discovery drift, uses internal Gitea PyPI index for install steps, and all checks are green on clean head
1998a72.Approved as infra-runtime-be: PR #28 closes runtime test-discovery drift, uses internal Gitea PyPI index for install steps, and all checks are green on clean head
1998a72.