tests/testthat/test-list_drivers.R

test_that(
  "the drivers list is correct",
  {
    expect_equal(
      c(
        "PqConnection",
        "Snowflake",
        "Vertica Database",
        "duckdb_connection",
        "MySQLConnection",
        "SQLiteConnection",
        "Microsoft SQL Server"
      ),
      list_drivers()
    )
  }
)

Try the octopus package in your browser

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

octopus documentation built on May 29, 2024, 2:46 a.m.