tests/testthat/test_codepipeline.R

svc <- paws::codepipeline()

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

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

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

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

test_that("list_webhooks", {
  expect_error(svc$list_webhooks(MaxResults = 20), 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.