Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds documentation around running tests using
gotestsum
, which is already implemented in themain
branch.My original plan was to research output streaming before exposing the capability of configuring
gotestsum
, because it could end up dictating how the configuration around it would be like. But #149 sped up this process a bit, as it seems like a requirement on Windows with Powershell, hence this PR. However, I'll still keep this in draft for now, as I'm still not 100% sure about how I wantgotestsum
to be configured. There might also be a need to support custom test runners which could affect how configuration aroundgoteststum
and the defaultgo
would look like. All in all, this PR adds transparency on the subject.