library(testthat)
library(lazyu)
string <- lazyu::get_os()
test_that("string system name", {
osStrings <- which_os()
expect_match(osStrings, string, ignore.case = TRUE)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.