R/test-driver.R

Defines functions test_driver

Documented in test_driver

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

#' Test the "Driver" class
#'
#' @inheritParams test_all
#' @include test-getting-started.R
#' @family tests
#' @importFrom withr with_temp_libpaths
#' @export
test_driver <- function(skip = NULL, run_only = NULL, ctx = get_default_context()) {
  test_suite <- "Driver"

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