| simulate_test_env {testthat} | R Documentation |
Simulate a test environment
Description
This function is designed to allow you to simulate testthat's testing environment in an interactive session. To undo it's affect, you will need to restart your R session.
Usage
simulate_test_env(package, path)
Arguments
package |
Name of installed package. |
path |
Path to |
[Package testthat version 3.3.2 Index]