We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are trying to increase the test coverage for our Golang backend.
Write tests for the organization handlers, the test should:
Organizations Handlers To Test
GetOrganizationBounties GetOrganizationBudget GetOrganizationBudgetHistory
Add tests to organization_test.go
organization_test.go
We are trying to test that all tests pass
Here is an example backend test
The text was updated successfully, but these errors were encountered:
@ecurrencyhodler I would like to give this a try. Could you please assign it to me?
Sorry, something went wrong.
okay let's get a PR up in 1-2 days!
AbdulWahab3181
Successfully merging a pull request may close this issue.
Context
We are trying to increase the test coverage for our Golang backend.
Design
Write tests for the organization handlers, the test should:
Organizations Handlers To Test
Add tests to
organization_test.go
Acceptance Criteria
We are trying to test that all tests pass
Here is an example backend test
The text was updated successfully, but these errors were encountered: