tests/testthat/test-jobs.R

context("jobs")

test_that("job_list() succeeds", {
  all_jobs <- job_list()
  expect_gte(nrow(all_jobs), 0)
})

Try the cloudml package in your browser

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

cloudml documentation built on Sept. 4, 2019, 1:04 a.m.