Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🌱 Add E2E tests for Gitlab repo issues - Add an E2E test for Gitlab repo issues - Add two tests: one for a repo with issues, one for a repo without issues [clients/gitlabrepo/issues_e2e_test.go] - Add an E2E test for Gitlab repo issues - Add two tests: one for a repo with issues, one for a repo without issues Signed-off-by: naveensrinivasan <[email protected]> * Improve issue e2e tests & error handling - Remove copyright notice and associated code from `clients/gitlabrepo/issues_e2e_test.go` - Change `ListIssues` to return an error if `ListAllProjectMembers` is not available [clients/gitlabrepo/issues_e2e_test.go] - Remove copyright notice and associated code from `clients/gitlabrepo/issues_e2e_test.go` - Change `ListIssues` to return an error if `ListAllProjectMembers` is not available Signed-off-by: naveensrinivasan <[email protected]> * Improve GitLab issues error handling - Update context of test from "Test list issues - GitLab" to "Test list issues errors - GitLab" - Change test to return errors when listing for issues with normal token [clients/gitlabrepo/issues_e2e_test.go] - Change context of test from "Test list issues - GitLab" to "Test list issues errors - GitLab" - Change test from "returns branches for the repo" to "returns errors when listing for issues with normal token" Signed-off-by: naveensrinivasan <[email protected]> --------- Signed-off-by: naveensrinivasan <[email protected]>
- Loading branch information