SamirTalwar / smoke

Runs tests against anything, using command-line arguments, STDIN, STDOUT and STDERR.
MIT License
88 stars 10 forks source link

Show only test failures #85

Open jonaprieto opened 1 year ago

jonaprieto commented 1 year ago

Hey, thanks for the hard work here. I have recently started adopting Smoke for the Juvix project at the Smoke branch. So, let me open a few issues related to our needs. I'll start by saying that, for larger projects, warning about only failures comes in handy instead of the current output. The flag could be as follows.

-h --hide-successes   Show only test failures
SamirTalwar commented 1 year ago

Glad you're finding it useful!

I am considering moving to TAP output for the next major version of Smoke, which should make it easier to filter out useless output. Does that work for you?

SamirTalwar commented 1 year ago

Following up; do you think TAP would suit your needs?

jonaprieto commented 1 year ago

TAP looks good.