You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The info keyword is great, but it always print (even if the test is successful).
It would be very useful to have something that only prints on failure. So that when everything is fine, it does not pollute the output and in case of an error, you have enough info to debug (it's especially true when a test fails in a CI pipeline and only in CI).
Currently the workaround is to perform an "dummy" assertion on systemout/systemerr (result.systemout ShouldEqual "") so that when it fails, you get the output.
At first, I was thinking of the new keyword. But maybe a new verbosity level that prints the all result in case of a failure would be simpler and a lot more convenient.
What do you think? I can try to work on a PR :)
On another note: I've been using venom since I joined OVHcloud a few months ago, and I like it very much. It's a great little piece of software :)
The text was updated successfully, but these errors were encountered:
Hello folks! :)
The
info
keyword is great, but it always print (even if the test is successful).It would be very useful to have something that only prints on failure. So that when everything is fine, it does not pollute the output and in case of an error, you have enough info to debug (it's especially true when a test fails in a CI pipeline and only in CI).
Currently the workaround is to perform an "dummy" assertion on systemout/systemerr (result.systemout ShouldEqual "") so that when it fails, you get the output.
At first, I was thinking of the new keyword. But maybe a new verbosity level that prints the all
result
in case of a failure would be simpler and a lot more convenient.What do you think? I can try to work on a PR :)
On another note: I've been using venom since I joined OVHcloud a few months ago, and I like it very much. It's a great little piece of software :)
The text was updated successfully, but these errors were encountered: