tests/testthat/test-plop.R

test_that("multiplication works", {
  expect_equal(2 * 2, 4)
})
test_that("multiplication works", {
  expect_equal(somme(2,2), 4)
})
VincentGuyader/dummy documentation built on Feb. 22, 2021, 3:59 a.m.