Test

Run the test suite and report results

goldziher ba2c0e2 434 B Updated

File contents

Test

Run the full test suite and report results.

Steps

  1. Run cargo test to execute all unit and integration tests.
  2. Parse the output for pass/fail counts.
  3. If any tests fail, show the failing test names and their error output.
  4. If all tests pass, report the total count and confirm success.
  5. If tests produce warnings, mention them separately.

goldziher/gitfluff/tree/main/.claude/skills/test commit ba2c0e2c93

Frequently asked questions

npx skillmds@latest add goldziher/test