tests/testthat/test-ping.R

context("ping")

test_that("etcd ping method works", {
	skip_on_cran()
  skip_on_travis()

  aa <- etcd()

  res <- aa$ping()

  expect_is(res, "list")
  expect_named(res, c('etcdserver', 'etcdcluster'))
})

Try the etseed package in your browser

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

etseed documentation built on May 2, 2019, 10:20 a.m.