Skip to content

Commit f19fb4d

Browse files
docs: Improve wording of test_all(skip = ) description (#399)
1 parent 5bc5fd1 commit f19fb4d

12 files changed

+36
-36
lines changed

R/test-all.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
#'
1414
#' @param skip `[character()]`\cr A vector of regular expressions to match
1515
#' against test names; skip test if matching any.
16-
#' The regular expressions are matched against the entire test name
17-
#' minus a possible suffix `_N` where `N` is a number.
16+
#' To improve precision, the regular expressions are matched against the
17+
#' entire test name minus a possible suffix `_N` where `N` is a number.
1818
#' For example, `skip = "exists_table"` will skip both
19-
#' `"exists_table_1"` and `"exists_table_2"`.
19+
#' `"exists_table_1"` and `"exists_table_2"`, but not `"there_exists_table"`.
2020
#' @param run_only `[character()]`\cr A vector of regular expressions to match
2121
#' against test names; run only these tests.
2222
#' The regular expressions are matched against the entire test name.

man/test_all.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/test_arrow.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/test_compliance.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/test_connection.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/test_driver.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/test_getting_started.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/test_meta.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/test_result.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/test_sql.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/test_stress.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/test_transaction.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)