tests/testthat/test_timestreamwrite.R

svc <- paws::timestreamwrite()

test_that("describe_endpoints", {
  expect_error(svc$describe_endpoints(), NA)
})

test_that("list_batch_load_tasks", {
  expect_error(svc$list_batch_load_tasks(), NA)
})

test_that("list_batch_load_tasks", {
  expect_error(svc$list_batch_load_tasks(MaxResults = 20), NA)
})

test_that("list_databases", {
  expect_error(svc$list_databases(), NA)
})

test_that("list_databases", {
  expect_error(svc$list_databases(MaxResults = 20), NA)
})

test_that("list_tables", {
  expect_error(svc$list_tables(), NA)
})

test_that("list_tables", {
  expect_error(svc$list_tables(MaxResults = 20), NA)
})

Try the paws.database package in your browser

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

paws.database documentation built on Sept. 12, 2023, 1:21 a.m.