View source: R/makeExpectation.R
| register_test_backend | R Documentation |
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.
register_test_backend(name)
name |
[ |
NULL (invisibly).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.