R/testthat.R
expect_pass.Rd
This returns an testthat expectation object.
expect_pass(object, info = NULL)
The results returned by testApp.
testApp
Extra information to be included in the message (useful when writing tests in loops).
if (FALSE) { expect_pass(testApp("path/to/app/")) }