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
In the 3rd edition, these functions match (at most) a single condition. All additional and non-matching (if regexp or class are used) conditions will bubble up outside the expectation. If these additional conditions are important you'll need to catch them with additional expect_message()/expect_warning() calls; if they're unimportant you can ignore with suppressMessages()/suppressWarnings().
This causes a lot of noise in the output of devtools::test() on master atm.
The text was updated successfully, but these errors were encountered:
From
?testthat::expect_warning
:This causes a lot of noise in the output of
devtools::test()
on master atm.The text was updated successfully, but these errors were encountered: