Nothing
testthat::test_that("refer_main_password_file", {
file <- tempfile(fileext = ".htpasswd_private")
saros.base:::write_htpasswd_file(x=data.frame(username="test", password="test"), file = file)
if(interactive()) {
saros.base:::refer_main_password_file(x=file, usernames="test2", append_users = TRUE, password_input = "prompt") |>
testthat::expect_equal(expected = NULL)
}
saros.base:::refer_main_password_file(x=file, usernames="test3", append_users = TRUE, password_input = "12") |>
testthat::expect_type("character")
})
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.