Description Usage Arguments Details
View source: R/callthat_session.R
Matches APIs to tests
1 2 3 4 | call_that_available_tests(
test_directory = "tests/testthat",
plumber_directory = "inst/plumber"
)
|
test_directory |
Location of the test scripts. Defaults to 'test/testthat'. |
plumber_directory |
Location of the plumber APIs. Defaults to 'inst/plumber'. |
It looks for test scripts with the prefix 'test-plumber-...'. It matches the last part of the script's name and matches it to plumber API inside the 'inst/plumber' folder.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.