DBItest (version 1.3)

test_all: Run all tests

Description

This function calls all tests defined in this package (see the section "Tests" below).

Usage

test_all(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.

Tests

This function runs the following tests: test_getting_started: Getting started with testing test_driver: Test the "Driver" class test_connection: Test the "Connection" class test_result: Test the "Result" class test_sql: Test SQL methods test_meta: Test metadata functions test_compliance: Test full compliance to DBI