You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
- Extract JSONRPC payload parse/dispatch into a small testable helper
while preserving `start_server` behavior.
- Add tests for valid payload dispatch and malformed JSON rejection
without handler invocation.
- Covers the first `pet-jsonrpc` slice from the #389 coverage plan.
Validation:
- cargo test -p pet-jsonrpc
- cargo fmt --all
- cargo clippy --all -- -D warnings
Refs #389
0 commit comments