tests/testthat/test-lsos.R

context("lsos")

## TODO: Rename context
## TODO: Add more tests

test_that("lsos works", {
  data(iris)
  out <- lsos()
  expect_is(out, "data.frame")
  expect_equal(ncol(out), 4)
})
barrenWuffet/convPkg documentation built on Jan. 25, 2024, 9:59 p.m.