View source: R/callthat_session.R
Runs a test script against a remote connection
1 2 3 4 5 6 7 | call_that_test_remote(
api_name = NULL,
api_connection = NULL,
testthat_reporter = testthat::ProgressReporter,
test_directory = "tests/testthat",
plumber_directory = "inst/plumber"
)
|
api_name |
Character vector with the name of the API |
api_connection |
Optional argument. A |
testthat_reporter |
Optional argument. The reporter to use when running |
test_directory |
Location of the test scripts. Defaults to 'test/testthat'. |
plumber_directory |
Location of the plumber APIs. Defaults to 'inst/plumber'.
the test script. Defaults to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.