[PR #93] [MERGED] feat: first attempt at test migration to WorkflowTestRunner #111

Closed
opened 2026-02-16 02:16:37 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/93
Author: @AstraBert
Created: 9/12/2025
Status: Merged
Merged: 9/17/2025
Merged by: @AstraBert

Base: mainHead: clelia/migrate-tests-pt1


📝 Commits (2)

  • 2df9d1a feat: first attempt at test migration to WorkflowTestRunner
  • 4a8c46c chore: use StartEvent() as default for start_event in test runner

📊 Changes

4 files changed (+69 additions, -77 deletions)

View changed files

📝 src/workflows/testing/runner.py (+1 -1)
📝 tests/test_streaming.py (+7 -18)
📝 tests/test_workflow_internal_events.py (+54 -49)
📝 tests/test_workflow_typed_state.py (+7 -9)

📄 Description

Migrating some e2e-oriented tests in our codebase to WorkflowTestRunner


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-py/pull/93 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 9/12/2025 **Status:** ✅ Merged **Merged:** 9/17/2025 **Merged by:** [@AstraBert](https://github.com/AstraBert) **Base:** `main` ← **Head:** `clelia/migrate-tests-pt1` --- ### 📝 Commits (2) - [`2df9d1a`](https://github.com/run-llama/workflows-py/commit/2df9d1af578fcdf52126c2a71035b91b38889f2f) feat: first attempt at test migration to WorkflowTestRunner - [`4a8c46c`](https://github.com/run-llama/workflows-py/commit/4a8c46cf9933ddc45e51949593e3a8b1faa25837) chore: use StartEvent() as default for start_event in test runner ### 📊 Changes **4 files changed** (+69 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `src/workflows/testing/runner.py` (+1 -1) 📝 `tests/test_streaming.py` (+7 -18) 📝 `tests/test_workflow_internal_events.py` (+54 -49) 📝 `tests/test_workflow_typed_state.py` (+7 -9) </details> ### 📄 Description Migrating some e2e-oriented tests in our codebase to WorkflowTestRunner --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:16:37 -05:00
yindo closed this issue 2026-02-16 02:16:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-py#111