At a minimum, it would be useful if the tests verified the correct POST body is sent during HTTP transactions with the GH API; the current tests overlook this detail.
Other improvement options include:
- testing code coverage holes (viewable via
go tool cover -html=coverage.out)
- improvements to the acceptance tests' verification of expected output
At a minimum, it would be useful if the tests verified the correct
POSTbody is sent during HTTP transactions with the GH API; the current tests overlook this detail.Other improvement options include:
go tool cover -html=coverage.out)