tests/testthat/test-foobar.R

testthat::context('Testing foobar')
setwd(here::here(''))  # workspace is reset per file

testthat::test_that('something', {
    testthat::expect_identical(1L, 1L);
    testthat::expect_true(T);
});


if (tolower(Sys.getenv('CI')) != 'true') {

} else {
    
}
dongzhuoer/rexseek documentation built on Dec. 16, 2019, 3:19 a.m.