inst/testExtractionTest/R/function.R

# A test cases for extracting tests from a package structure.

hello_world <- function(){
    print("hello world")
}
if(FALSE){#!@testthat
    expect_output(hello_world(), "hello world")
}
RDocTaskForce/testextra documentation built on Feb. 5, 2020, 11:05 p.m.