tests/testthat/test_hello.r

context( "Testing functions in file hello.R" )

describe( "Testing output function hello()", {
    it( "Works", {
        expect_output( hello(), "Hello, world!" )
    })
})
jefferys/BioFiles documentation built on May 19, 2019, 3:58 a.m.