dwww Home | Show directory contents | Find package

test_that("src_sqlite() gives meaningful error messages", {
  skip_if_not_installed("dbplyr")
  withr::local_options(lifecycle_verbosity = "quiet")

  expect_snapshot({
    (expect_error(src_sqlite(":memory:")))
  })
})

Generated by dwww version 1.15 on Fri May 24 05:38:11 CEST 2024.