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
Add github-local backend and E2E test coverage across all provider types
Introduce FakeGitHubProvider (embeds GitProvider, Type()="github") for
offline integration testing of GitHub-specific code paths. Wire a
--github-local flag on `wl join` so the offline test suite can exercise
the github provider without requiring a real GitHub account or gh CLI.
All existing integration tests now run against 3 backends (file, git,
github) instead of 2. New tests cover browse, status lifecycle, provider
gates (approve/request-changes/review --gh-pr), config get provider-type,
and review output formats (--md, --json).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments