register_test_backend {checkmate} | R Documentation |
Select Backend for Unit Tests
Description
Allows to explicitly select a backend for the unit tests.
Currently supported are "testthat"
and "tinytest"
.
The respective package must be installed and are loaded (but not attached).
If this function is not explicitly called, defaults to "testthat"
unless
the "tinytest"
's namespace is loaded.
Usage
register_test_backend(name)
Arguments
name |
[ |
Value
NULL
(invisibly).
[Package checkmate version 2.3.2 Index]