Skip to content

Add tests for compare and evaluate commands#150

Merged
that-github-user merged 1 commit into
mainfrom
issue-131-missing-tests
Mar 29, 2026
Merged

Add tests for compare and evaluate commands#150
that-github-user merged 1 commit into
mainfrom
issue-131-missing-tests

Conversation

@that-github-user

Copy link
Copy Markdown
Owner

Summary

  • 4 compare tests: similarity, completely different diffs, file identification, line counting
  • 3 evaluate tests: borda rank logic, agreement detection, disagreement detection

Change type

  • Chore

Related issue

Closes #131

How to test

npm test  # 249 tests pass

Breaking changes

  • This PR introduces breaking changes

🤖 Generated with Claude Code

compare.test.ts: similarity computation, file identification, line counting
evaluate.test.ts: borda rank logic, agreement/disagreement detection

Closes #131

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@that-github-user that-github-user merged commit b695f24 into main Mar 29, 2026
4 checks passed
@that-github-user that-github-user deleted the issue-131-missing-tests branch March 29, 2026 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing tests for compare and evaluate commands

1 participant