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