dwww Home | Show directory contents | Find package

test_that("both versions of build_site have same arguments", {
  expect_equal(formals(build_site_local), formals(build_site_external))
})

test_that("can build package without any index/readme", {
  pkg <- local_pkgdown_site(test_path("assets/site-empty"))
  expect_output(build_site(pkg))
})

Generated by dwww version 1.15 on Fri May 24 06:52:09 CEST 2024.