From bf6c89d1e9c2e0da320f505a71342e1d12aef346 Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Thu, 25 Jul 2024 19:17:24 -0700 Subject: [PATCH] Tweak docs --- R/r.R | 2 +- man/use_test_helper.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/r.R b/R/r.R index 992f02ab1..3faaa1108 100644 --- a/R/r.R +++ b/R/r.R @@ -90,7 +90,7 @@ use_test <- function(name = NULL, open = rlang::is_interactive()) { #' Create or edit a test helper file #' -#' This function helps create (or navigate to) a test helper file, typically +#' This function creates (or opens) a test helper file, typically #' `tests/testthat/helper.R`. Test helper files are executed at the #' beginning of every automated test run and are also executed by #' [`load_all()`][pkgload::load_all]. A helper file is a great place to diff --git a/man/use_test_helper.Rd b/man/use_test_helper.Rd index b46de3188..77119f07f 100644 --- a/man/use_test_helper.Rd +++ b/man/use_test_helper.Rd @@ -11,7 +11,7 @@ use_test_helper(name = NULL, open = rlang::is_interactive()) \code{tests/testthat/helper-SLUG.R}.} } \description{ -This function helps create (or navigate to) a test helper file, typically +This function creates (or opens) a test helper file, typically \code{tests/testthat/helper.R}. Test helper files are executed at the beginning of every automated test run and are also executed by \code{\link[pkgload:load_all]{load_all()}}. A helper file is a great place to