tests/testthat/test-hello.R

library(testthat)

context("Smoke Tests")

test_that("Hello", {
  expected <- "Hello, world!"

  observed <- Premiss::hello()

  expect_equal(observed, expected, info="The Hellow statement should be correct.")
})
OuhscBbmc/Premiss documentation built on May 7, 2019, 9:30 p.m.