Nothing
test_that("Tests if no warnings are found in the main assertion function.", {
mtcars_test <- return_mtcars_testfile()
warnings_captured <- capture_warnings(run_all_assertions(mtcars_test, "documentation/"))
expect_true(length(warnings_captured) == 0)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.