expect_silent() #261
Closed
expect_silent() #261
Milestone
Comments
I was looking for |
I'd expect everything I test to be silent. I wonder if there's a way of implementing this that doesn't have nearly every test basically duplicated?
|
I think would just test for absence of warnings, messages and output, since errors should be handled otherwise. Messages and output are usually ignored, and warnings will bubble up (once #254) is fixed. @mmaechler this would be in addition to #219 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i.e. no output, warnings, messages or errors.
The text was updated successfully, but these errors were encountered: