tests/testthat/test-pollyvote.R

context("pollyvote_object")

test_that("pollyvote objects can be created", {
  # create empty pollyvote container
  pv = create_pollyvote(id = "test_pv")
  assert_class(pv, "pollyvote")
})
pollyvote/pollyvoter documentation built on May 25, 2019, 11:23 a.m.