Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
8 lines (5 sloc) 157 Bytes
### Assignment structure ###
context("Mandatory tests")
test_that("Mandatory tests", {
expect_true(exists("my_name"), "Variable my_name is missing")
})
You can’t perform that action at this time.