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
While the integration tests (which originally date back to when we were porting scmbreeze from Ruby) are fairly extensive, there is more of the codebase that could be successfully unit tested in Go natively in isolation (see go test ./... -cover). This would be a good starter project for someone interested in helping out in maintaining this codebase.
The text was updated successfully, but these errors were encountered:
While the integration tests (which originally date back to when we were porting scmbreeze from Ruby) are fairly extensive, there is more of the codebase that could be successfully unit tested in Go natively in isolation (see
go test ./... -cover
). This would be a good starter project for someone interested in helping out in maintaining this codebase.The text was updated successfully, but these errors were encountered: