DBItest-package {DBItest} | R Documentation |
DBItest: Testing DBI Backends
Description
A helper that tests DBI back ends for conformity to the interface.
Details
The two most important functions are make_context()
and
test_all()
. The former tells the package how to connect to your
DBI backend, the latter executes all tests of the test suite. More
fine-grained test functions (all with prefix test_
) are available.
See the package's vignette for more details.
Author(s)
Kirill Müller
See Also
Useful links:
Report bugs at https://github.com/r-dbi/DBItest/issues
[Package DBItest version 1.8.1 Index]