tests/testthat/test-data-storage-postgresql.R

# Test suite common to data storages (see `helper-data_storage.R`)
withr::with_envvar(
  c("TEST_POSTGRESQL_DRIVER" = "RPostgres"),
  code = test_that_common_data_storage(init_test_postgres, "PostgreSQL")
)

withr::with_envvar(
  c("TEST_POSTGRESQL_DRIVER" = "RPostgreSQL"),
  code = test_that_common_data_storage(init_test_postgres, "PostgreSQL")
)

Try the shiny.telemetry package in your browser

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

shiny.telemetry documentation built on Oct. 15, 2024, 9:09 a.m.