dwww Home | Show directory contents | Find package

test_that("can control appearance of dots", {
  expect_snapshot_reporter(SummaryReporter$new(show_praise = FALSE, omit_dots = FALSE))
  expect_snapshot_reporter(SummaryReporter$new(show_praise = FALSE, omit_dots = TRUE))
})

test_that("can control maximum reports", {
  expect_snapshot_reporter(SummaryReporter$new(show_praise = FALSE, max_reports = 2))
})

Generated by dwww version 1.15 on Sun May 19 04:06:08 CEST 2024.