-
Notifications
You must be signed in to change notification settings - Fork 2
[task] Add GitHub API fixture tests #10
Copy link
Copy link
Open
Labels
area: testsAutomated tests and test infrastructure.Automated tests and test infrastructure.kind: maintenanceRepository maintenance or infrastructure work.Repository maintenance or infrastructure work.maintainer onlyRepository administration or governance work reserved for maintainers.Repository administration or governance work reserved for maintainers.
Milestone
Metadata
Metadata
Assignees
Labels
area: testsAutomated tests and test infrastructure.Automated tests and test infrastructure.kind: maintenanceRepository maintenance or infrastructure work.Repository maintenance or infrastructure work.maintainer onlyRepository administration or governance work reserved for maintainers.Repository administration or governance work reserved for maintainers.
Goal
Add test fixtures for GitHub API responses used by the first app-server data methods.
Why this matters
Contributors should be able to develop issue, PR, checks, and review behavior without needing live GitHub access for every test.
Command/API target
Create a focused fixture pattern for recorded or hand-written GitHub REST/GraphQL response payloads used by the Rust mapping layer.
Depends on
Out of scope
Definition of done
Verification
cargo fmt --all --checkcargo test --workspaceContributor notes
This is maintainer-owned until the fixture approach is stable.