1testthat:::local_edition(2) 2context("my context") 3 4test_that("a test", { 5 expect_true(TRUE) 6}) 7