R/test-compliance.R

Defines functions test_compliance

Documented in test_compliance

#' @name test_all
#' @aliases NULL
#' @section Tests:
#' [test_compliance()]:
#' Test full compliance to DBI
NULL

#' Test full compliance to DBI
#'
#' @inheritParams test_all
#' @include test-arrow.R
#' @family tests
#' @export
test_compliance <- function(skip = NULL, run_only = NULL, ctx = get_default_context()) {
  test_suite <- "Full compliance"

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