R/test-connection.R

Defines functions test_connection

Documented in test_connection

#' @name test_all
#' @aliases NULL
#' @section Tests:
#' [test_connection()]:
#' Test the "Connection" class
NULL

#' Test the "Connection" class
#'
#' @inheritParams test_all
#' @include test-driver.R
#' @family tests
#' @importFrom withr with_temp_libpaths
#' @importFrom methods is
#' @export
test_connection <- function(skip = NULL, run_only = NULL, ctx = get_default_context()) {
  test_suite <- "Connection"

  run_tests(ctx, spec_connection, skip, run_only, test_suite)
}
rstats-db/DBItest documentation built on April 20, 2024, 11:07 a.m.