test_transaction: Test transaction functions

View source: R/test-transaction.R

test_transactionR Documentation

Test transaction functions

Description

Test transaction functions

Usage

test_transaction(skip = NULL, run_only = NULL, ctx = get_default_context())

Arguments

skip

[character()]
A vector of regular expressions to match against test names; skip test if matching any. The regular expressions are matched against the entire test name.

run_only

[character()]
A vector of regular expressions to match against test names; run only these tests. The regular expressions are matched against the entire test name.

ctx

[DBItest_context]
A test context as created by make_context().

See Also

Other tests: test_compliance(), test_connection(), test_driver(), test_getting_started(), test_meta(), test_result(), test_sql(), test_stress()


DBItest documentation built on Oct. 18, 2022, 9:09 a.m.