refactor: deduplicate make_params test helper (#224) #227

Merged
shahondin1624 merged 1 commits from refactor/issue-224-dedup-make-params into main 2026-03-11 13:30:19 +01:00

Summary

  • Extract make_params() test helper into test_util module in tool-broker crate root
  • Replace 6 identical copies across dispatch, fs_read, fs_write, run_code, run_shell, and package_install

Test plan

  • cargo test -p tool-broker — all 313 tests pass

🤖 Generated with Claude Code

## Summary - Extract `make_params()` test helper into `test_util` module in tool-broker crate root - Replace 6 identical copies across dispatch, fs_read, fs_write, run_code, run_shell, and package_install ## Test plan - [x] `cargo test -p tool-broker` — all 313 tests pass 🤖 Generated with [Claude Code](https://claude.com/claude-code)
shahondin1624 added 1 commit 2026-03-11 13:30:14 +01:00
Extract shared make_params() into crate-level test_util module and replace
6 identical copies across dispatch, fs_read, fs_write, run_code, run_shell,
and package_install test modules.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
shahondin1624 merged commit d90361b21b into main 2026-03-11 13:30:19 +01:00
shahondin1624 deleted branch refactor/issue-224-dedup-make-params 2026-03-11 13:30:19 +01:00
Sign in to join this conversation.