tests/testthat/test-get-details.R

context("Get Details")

test_that("get_details runs successfully", {

  skip_on_cran()

  google_token <- readRDS("token_file.rds")$google_token
  options(google_token = google_token)

  get_info <- get_video_details(video_id = "N708P-A45D0")
  expect_that(get_info, is_a("list"))
})

Try the tuber package in your browser

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

tuber documentation built on July 8, 2020, 5:49 p.m.