test_that("input in in the set of allowed characters", {
par = "/home/ciao!"
testthat::expect_error(object = set_backup(par) )
})
test_that("output is a string", {
checkmate::expect_character(x = set_backup())
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.