View source: R/run_covr_skip_dt_nstf.R
| prepare_tests_for_package_dt | R Documentation |
For data.table, Only "mirror" mode is supported here: copy inst/tests/* -> tests/ and clean up.
prepare_tests_for_package_dt(
pkg_name,
pkg_source_path,
test_files,
mode = c("mirror")
)
Returns a list with: - test_files: character() of wrapper files to execute - teardown: function() to revert any changes (delete mirrored files, unset env)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.