tests/testthat/test_cloud9.R

svc <- paws::cloud9()

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

test_that("list_environments", {
  expect_error(svc$list_environments(), 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.