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
{{ message }}
This repository was archived by the owner on Sep 23, 2025. It is now read-only.
Improve GitDiff test using temporary git repo infrastructure
- Use TestRepo to create controlled git repository with known changes
- Test actual git diff functionality instead of just error handling
- Verify returned file changes have correct path and status
- Use proper commit range format: HEAD~1..HEAD instead of HEAD^..
- More robust and meaningful test coverage
0 commit comments