Test SQL methods
test_sql(skip = NULL, run_only = NULL, ctx = get_default_context())
[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
minus a possible suffix _N
where N
is a number.
For example, skip = "exists_table"
will skip both
"exists_table_1"
and "exists_table_2"
.
[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.
[DBItest_context]
A test context as created by
make_context()
.
Other tests:
test_arrow()
,
test_compliance()
,
test_connection()
,
test_driver()
,
test_getting_started()
,
test_meta()
,
test_result()
,
test_stress()
,
test_transaction()