-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
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
Backend [Integration Test] bounty.go handlers MakeBountyPayment #1564
Milestone
Comments
@ecurrencyhodler assign me? |
@ecurrencyhodler assign me please |
Assign |
Let's get a PR up in 2 days. |
@ecurrencyhodler this is done all the tests are passing but one I will resolve it and get pr by tonight |
2 tasks
@ecurrencyhodler Could you please assign me? |
8 tasks
paid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
We are trying to increase the test coverage for our Golang backend.
File to to test
handlers/bounty.go
Design
Write tests for the bounty handlers, the test should:
/payment
to make the bounty payment/payment
is successful, the organization budget gets reduced by the bounty amount.Bounty Handlers To Test
Add tests to
bounty_test.go
Acceptance Criteria
References
Here is an example backend test
The text was updated successfully, but these errors were encountered: