DBItest (version 1.3)

test_compliance: Test full compliance to DBI

Description

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 by make_context.

Details

This function defines the following tests:
compliance
The package defines three classes that implement the required methods.

read_only
Writing to the database fails. (You might need to set up a separate test context just for this test.)

See Also

Other tests: test_connection, test_driver, test_getting_started, test_meta, test_result, test_sql