R/test-sql.R

Defines functions test_sql

Documented in test_sql

#' @name test_all
#' @aliases NULL
#' @section Tests:
#' [test_sql()]:
#' Test SQL methods
NULL

#' Test SQL methods
#'
#' @inheritParams test_all
#' @include test-result.R
#' @family tests
#' @export
test_sql <- function(skip = NULL, run_only = NULL, ctx = get_default_context()) {
  test_suite <- "SQL"

  run_tests(ctx, spec_sql, skip, run_only, test_suite)
}
r-dbi/DBItest documentation built on April 20, 2024, 6:10 p.m.