R/test-meta.R

Defines functions test_meta

Documented in test_meta

#' @name test_all
#' @aliases NULL
#' @section Tests:
#' [test_meta()]:
#' Test metadata functions
NULL

#' Test metadata functions
#'
#' @inheritParams test_all
#' @include test-sql.R
#' @family tests
#' @export
test_meta <- function(skip = NULL, run_only = NULL, ctx = get_default_context()) {
  test_suite <- "Metadata"

  run_tests(ctx, spec_meta, skip, run_only, test_suite)
}

Try the DBItest package in your browser

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

DBItest documentation built on June 22, 2024, 11:55 a.m.