tests/testthat/test-helloworld.R

test_that("helloworld", {
    expect_match(helloworld(), "Hello World!")
    expect_match(helloworld(name = TRUE), "My name is Omkar A. Katta!")
})
omkarakatta/firstpackage documentation built on Sept. 8, 2020, 12:09 a.m.