You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Should test that the BountyBudgetWithdraw handler gets locked by go mutex when it is called i.e. the handler has to be fully executed before it processes another request.
Should test that an Organization's Budget Total Amount is accurate after three (3) successful Budget Withdrawal Requests
Bounty Handlers To Test
BountyBudgetWithdraw
Add tests to bounty_test.go
Acceptance Criteria
I have rebased and tested locally before submitting my PR
I can submit a PR within 2 days of taking the bounty
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:
BountyBudgetWithdraw
handler gets locked by go mutex when it is called i.e. the handler has to be fully executed before it processes another request.Budget Withdrawal Requests
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: