tests/testthat/test_fis.R

svc <- paws::fis()

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

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

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

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

Try the paws.developer.tools package in your browser

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

paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.