gotestyourself / gotestyourself/gotestsum
read "go test" output from stdin
- Dominant language
- Go
- Stars
- 2.7k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
In Kubernetes, we run fairly complex commands to execute our unit tests. gotestsum is then used for post-processing with `--raw-command cat `.
It might be possible to turn those complex commands into a script (I'm trying...) but the shell quoting is nasty.
Would you accept a patch that makes `gotestsum` read input from stdin?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing how the existing `--raw-command cat ` flow receives and processes test output, then inspect its command-line parsing and related tests. Done means gotestsum can accept equivalent `go test` output from stdin, with tests covering the new input path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100