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
I used to put code in test_that without any expectations, just to make sure that it runs. This was before expect_silent(). Sometimes I put in an expect_true(TRUE) at the end, just to see some output, sometimes not.
Anyway, a skip is not an error, just a mild message, and I agree it could be useful.
So it's easy to notice when you've forgotten to add an expectations
The text was updated successfully, but these errors were encountered: