test_file_pure | R Documentation |
Helper, setup, and teardown files located in the same directory as the
test will also be run. These pure functions will only run test_that()
calls.
test_file_pure(path, ...)
path |
Path to file. |
... |
Additional parameters passed on to |
path <- testthat::testthat_example("success") test_file_pure(path) test_file_pure(path, reporter = "minimal")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.