Test
Run the full test suite and report results.
Steps
- Run
cargo testto execute all unit and integration tests. - Parse the output for pass/fail counts.
- If any tests fail, show the failing test names and their error output.
- If all tests pass, report the total count and confirm success.
- If tests produce warnings, mention them separately.