test_getting_started {DBItest} | R Documentation |
Getting started with testing
Description
Tests very basic features of a DBI driver package, to support testing and test-first development right from the start.
Usage
test_getting_started(skip = NULL, run_only = NULL, ctx = get_default_context())
Arguments
skip |
|
run_only |
|
ctx |
|
See Also
Other tests:
test_compliance()
,
test_connection()
,
test_driver()
,
test_meta()
,
test_result()
,
test_sql()
,
test_stress()
,
test_transaction()
[Package DBItest version 1.7.0 Index]