View source: R/assign-test-ids.R
overwrite_tests | R Documentation |
Overwrite test files with new Test Id's
overwrite_tests(test_scripts, TestIds, test_path)
test_scripts |
list of test files |
TestIds |
dataframe of test Ids, generated in |
test_path |
path of tests. Only relevant for testing (i.e. when |
Make sure to set the following options for testing purposes:
options(mrgvalprep.TEST_LOC = system.file("fake-tests", package = "mrgvalprep"))
options(mrgvalprep.TESTING = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.