context("test-create_profile")
test_that("create_profile() works!", {
myProfile <- create_profile("", "")
testthat::expect_type(myProfile, "environment")
testthat::expect_s3_class(myProfile, "R6")
testthat::expect_s3_class(myProfile, "NSSPCredentials")
testthat::expect_type(NSSPContainer$new(), "environment")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.