R/test-transaction.R

Defines functions test_transaction

Documented in test_transaction

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

#' Test transaction functions
#'
#' @inheritParams test_all
#' @include test-meta.R
#' @family tests
#' @export
test_transaction <- function(skip = NULL, run_only = NULL, ctx = get_default_context()) {
  test_suite <- "Transactions"

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