tests/testthat/test-kobo_media_downloader.R

test_that("Media Downloaded", {
  skip_on_cran()
  expect_true(kobo_media_downloader(uname = "scaryscarecrow",
                                              pwd="bqYNEj6ZRCPi4C6", assetid = "aufBcR7TaVeTd8vbzGLkfN"
                                              ))
})

test_that("invalid input fails", {
  expect_false(kobo_media_downloader(
    uname = "scary_",
    pwd = "sy", assetid = "ahwQoXtnbQJB"
  ))
})

Try the KoboconnectR package in your browser

Any scripts or data that you put into this service are public.

KoboconnectR documentation built on Sept. 11, 2024, 8:07 p.m.