Skip to content

Commit

Permalink
docs: add read_only docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TymekDev committed Nov 10, 2023
1 parent 8962b20 commit 9a99319
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions R/testing.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ run_test <- function(hook_name,
#' @param expect_success Whether or not an exit code 0 is expected. This can
#' be derived from `std_err`, but sometimes, non-empty stderr does not mean
#' error, but just a message.
#' @param read_only If `TRUE` and `artifacts` are not `NULL`, then assert that hook
#' did not modify the artifacts.
#' @keywords internal
run_test_impl <- function(path_executable,
path_candidate,
Expand Down
6 changes: 5 additions & 1 deletion man/run_test.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion man/run_test_impl.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9a99319

Please sign in to comment.