gotestfmt icon indicating copy to clipboard operation
gotestfmt copied to clipboard

Option to hide ignored tests from test output

Open jm96441n opened this issue 3 years ago • 2 comments

  • Describe what you would like to see When running something like go 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 with testing: 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

jm96441n avatar Jan 18 '23 14:01 jm96441n

Hey @jm96441n thank you for your request. I think both @engelmi and myself are a bit busy at the moment, so if you or any other contributor would want to take a shot at it, we'd be happy to have this as an addition.

ghost avatar Jan 20 '23 10:01 ghost

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

jm96441n avatar Jan 20 '23 22:01 jm96441n

Closing this issue due to inactivity.

ghost avatar Jun 19 '24 08:06 ghost