tests/testthat/test-progress.r

context("Progress bars")

test_that("unknown progress bar raised warning, not error", {
  expect_warning(
    llply(1:10, identity, .progress = "blah"),
    "Cannot find progress bar"
  )
})
hadley/plyr documentation built on Oct. 15, 2023, 8:20 a.m.