shahondin1624
  • Germay
  • Joined on 2026-01-30
shahondin1624 commented on issue llm-multiverse/llm-multiverse#67 2026-03-10 16:54:54 +01:00
Integration tests for Tool Broker end-to-end

Implemented in PR #165. 13 gRPC integration tests covering ExecuteTool, ValidateCall, and DiscoverTools. All 199 tests pass (186 unit + 13 integration), clippy clean.

shahondin1624 deleted branch feature/issue-67-integration-tests from llm-multiverse/llm-multiverse 2026-03-10 16:54:51 +01:00
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-10 16:54:51 +01:00
ac41f41480 Merge pull request 'test: add end-to-end integration tests for Tool Broker (#67)' (#165) from feature/issue-67-integration-tests into main
0a986f3e5c test: add end-to-end integration tests for Tool Broker (issue #67)
Compare 2 commits »
shahondin1624 closed issue llm-multiverse/llm-multiverse#67 2026-03-10 16:54:50 +01:00
Integration tests for Tool Broker end-to-end
shahondin1624 merged pull request llm-multiverse/llm-multiverse#165 2026-03-10 16:54:49 +01:00
test: add end-to-end integration tests for Tool Broker (#67)
shahondin1624 created pull request llm-multiverse/llm-multiverse#165 2026-03-10 16:54:45 +01:00
test: add end-to-end integration tests for Tool Broker (#67)
0a986f3e5c test: add end-to-end integration tests for Tool Broker (issue #67)
shahondin1624 commented on issue llm-multiverse/llm-multiverse#66 2026-03-10 16:51:48 +01:00
Unit tests for each enforcement layer

Implemented in PR #164. Added 21 new edge case tests across all 5 enforcement layers. Total enforcement tests: 74. All 186 tests pass, clippy clean.

shahondin1624 deleted branch feature/issue-66-enforcement-unit-tests from llm-multiverse/llm-multiverse 2026-03-10 16:51:44 +01:00
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-10 16:51:44 +01:00
0e5d3f9c40 Merge pull request 'test: add edge case unit tests for enforcement layers (#66)' (#164) from feature/issue-66-enforcement-unit-tests into main
640bbcc9bb test: add edge case unit tests for all enforcement layers (issue #66)
Compare 2 commits »
shahondin1624 closed issue llm-multiverse/llm-multiverse#66 2026-03-10 16:51:43 +01:00
Unit tests for each enforcement layer
shahondin1624 merged pull request llm-multiverse/llm-multiverse#164 2026-03-10 16:51:43 +01:00
test: add edge case unit tests for enforcement layers (#66)
shahondin1624 created pull request llm-multiverse/llm-multiverse#164 2026-03-10 16:51:38 +01:00
test: add edge case unit tests for enforcement layers (#66)
640bbcc9bb test: add edge case unit tests for all enforcement layers (issue #66)
shahondin1624 commented on issue llm-multiverse/llm-multiverse#65 2026-03-10 16:48:01 +01:00
Implement ValidateCall gRPC endpoint (dry-run)

Implemented in PR #163. ValidateCall dry-run endpoint runs the 5-layer enforcement pipeline without executing the tool. Reuses enforce() method. 6 tests, 165 total pass, clippy clean.

shahondin1624 deleted branch feature/issue-65-validate-call-endpoint from llm-multiverse/llm-multiverse 2026-03-10 16:47:58 +01:00
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-10 16:47:58 +01:00
8965e849ae Merge pull request 'feat: implement ValidateCall gRPC endpoint (#65)' (#163) from feature/issue-65-validate-call-endpoint into main
e9cb88eb28 feat: implement ValidateCall gRPC endpoint (issue #65)
Compare 2 commits »