test_compliance
From DBItest v1.5-2
by Kirill Müller
Test full compliance to DBI
Test full compliance to DBI
Usage
test_compliance(skip = NULL, ctx = get_default_context())
Arguments
- skip
[character()]
A vector of regular expressions to match against test names; skip test if matching any.- ctx
[DBItest_context]
A test context as created bymake_context()
.
See Also
Other tests: test_connection
,
test_driver
,
test_getting_started
,
test_meta
, test_result
,
test_sql
, test_stress
,
test_transaction
Community examples
Looks like there are no examples yet.