[PR #354] [MERGED] Add test count to dev test runner #354

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/354
Author: @adrianlyjak
Created: 2/9/2026
Status: Merged
Merged: 2/9/2026
Merged by: @adrianlyjak

Base: devHead: adrian/test-count


📝 Commits (2)

📊 Changes

2 files changed (+381 additions, -112 deletions)

View changed files

📝 src/dev_cli/commands/pytest_cmd.py (+214 -81)
📝 tests/dev_cli/test_pytest_cmd.py (+167 -31)

📄 Description

$ uv run dev
 llama-agents-client             3.9s
   30 passed, 19 warnings
 llama-agents-dev                3.5s
   87 passed
 llama-agents-integration-tests  6.4s
 ⠸
 llama-agents-server             4.6s
   133 passed, 48 warnings
 llama-index-utils-workflow      6.4s
 ⠸
 llama-index-workflows           4.7s
   366 passed, 9 warnings

also add ctrl+c support


🔄 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/354 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 2/9/2026 **Status:** ✅ Merged **Merged:** 2/9/2026 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `dev` ← **Head:** `adrian/test-count` --- ### 📝 Commits (2) - [`375680d`](https://github.com/run-llama/workflows-py/commit/375680d2915d5317c69289588fb4765e7500faf2) Add test count etc - [`c73814b`](https://github.com/run-llama/workflows-py/commit/c73814b5c16cf56b571fa764a732751f2e3da448) Add ctrl+c support ### 📊 Changes **2 files changed** (+381 additions, -112 deletions) <details> <summary>View changed files</summary> 📝 `src/dev_cli/commands/pytest_cmd.py` (+214 -81) 📝 `tests/dev_cli/test_pytest_cmd.py` (+167 -31) </details> ### 📄 Description ``` $ uv run dev llama-agents-client 3.9s 30 passed, 19 warnings llama-agents-dev 3.5s 87 passed llama-agents-integration-tests 6.4s ⠸ llama-agents-server 4.6s 133 passed, 48 warnings llama-index-utils-workflow 6.4s ⠸ llama-index-workflows 4.7s 366 passed, 9 warnings ``` also add ctrl+c support --- <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:17:19 -05:00
yindo closed this issue 2026-02-16 02:17:19 -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#354