tests/testthat/test-function-list_ftp_contents.R

test_that("list_ftp_contents() works", {

  f <- kwb.dwd:::list_ftp_contents

  result <- f()

  expect_true(is.data.frame(result))
  expect_identical(names(result), c("file", "isdir"))
})
KWB-R/kwb.dwd documentation built on Sept. 28, 2022, 6:03 p.m.