We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Kubernetes, we run fairly complex commands to execute our unit tests. gotestsum is then used for post-processing with --raw-command cat <filename>.
--raw-command cat <filename>
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 intput from stdin?
gotestsum
The text was updated successfully, but these errors were encountered:
Wrong repo, should have gone to gotestyourself/gotestsum#414
Sorry, something went wrong.
No branches or pull requests
In Kubernetes, we run fairly complex commands to execute our unit tests. gotestsum is then used for post-processing with
--raw-command cat <filename>
.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 intput from stdin?The text was updated successfully, but these errors were encountered: