a2a-source-edit: write tests/test_full_stack_contract.py

This commit is contained in:
a2a-cloud
2026-07-18 10:15:41 +00:00
parent 4855c83d68
commit 2f837dd244

View File

@@ -53,6 +53,7 @@ def test_full_stack_product_contract():
assert card.runtime.pricing.caller_pays_llm is False
assert card.runtime.platform_resources.databases
assert card.runtime.platform_resources.databases[0].migrations.path == "db/migrations"
assert card.workspace_access.enabled is True
def test_review_success_fixture_is_deterministic():