Option to hide ignored tests from test output
jm96441n opened this issue · 3 comments
jm96441n commented
-
Describe what you would like to see
When running something likego test -run MyTestName ./... -json | gotestfmt -hide no-test
I'd like to be able to only see the tests that are run in the output, currently if you use the-hide empty-packages
argument you still see a bunch of output from tests that were not run along withtesting: warning: no tests to run
-
Describe how you would use it
To run single tests and and be able to only see the output from that test
janosdebugs commented
jm96441n commented
I would definitely be willing to take a shot at it! I should have some free time next week to take a crack at it