cli/pkg/cmd/discussion/client
Babak K. Shandiz 5d917f1af2
test(discussion/client): add label pagination and early-break tests
- Add "paginates labels across multiple pages" case (two pages, one label each)
- Add "stops paginating labels when all found" case (early break verified via reg.Verify)
- Update "creates discussion with labels" to two labels with variable assertions
- Update "label not found" to verify all missing labels reported at once

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-05 12:46:53 +01:00
..
client.go feat(discussion/client): add GetCommentReplies with paginated reply fetching 2026-04-27 10:57:45 +01:00
client_impl.go fix(discussion/client): improve label resolution error handling 2026-05-05 12:46:33 +01:00
client_impl_test.go test(discussion/client): add label pagination and early-break tests 2026-05-05 12:46:53 +01:00
client_mock.go feat(discussion/client): add GetCommentReplies with paginated reply fetching 2026-04-27 10:57:45 +01:00
types.go discussion create: add label support via two-step GraphQL 2026-05-01 14:17:38 -05:00