Skip to content

Add examples 11 and 12 to smoke test#119

Merged
chris-colinsky merged 1 commit into
mainfrom
chore/smoke-test-examples-11-12
Jun 2, 2026
Merged

Add examples 11 and 12 to smoke test#119
chris-colinsky merged 1 commit into
mainfrom
chore/smoke-test-examples-11-12

Conversation

@chris-colinsky
Copy link
Copy Markdown
Member

Summary

tests/test_examples_smoke.py's DEMOS list stopped at example 10. Examples 11 (chat-with-multimodal, PR #116) and 12 (production-observability, PR #117) shipped without being added to the smoke test, so their compile path wasn't covered in CI. Both already expose the convention-mandated build_graph() factory; this PR appends them to the list.

Test plan

  • uv run pytest tests/test_examples_smoke.py runs all 13 demos and passes

Copilot AI review requested due to automatic review settings June 2, 2026 01:47
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Extends the existing examples smoke test to cover newly added example demos (11 and 12), ensuring their main.py modules import successfully and their build_graph() factories compile in CI.

Changes:

  • Append 11-chat-with-multimodal to the DEMOS list in tests/test_examples_smoke.py.
  • Append 12-production-observability to the DEMOS list in tests/test_examples_smoke.py.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@chris-colinsky chris-colinsky merged commit 35868f0 into main Jun 2, 2026
6 checks passed
@chris-colinsky chris-colinsky deleted the chore/smoke-test-examples-11-12 branch June 2, 2026 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants