Skip to content

Commit

Permalink
describe option
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 19, 2016
1 parent c63d9ea commit fca838b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
7 changes: 5 additions & 2 deletions R/test-that.R
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,15 @@ test_code <- function(test, code, env = test_env(), skip_on_empty = TRUE) {
#' and integrates with your existing workflow.
#'
#' @section Options:
#' `testthat.use_colours`: Should the output be coloured? (Default:
#' - `testthat.use_colours`: Should the output be coloured? (Default:
#' `TRUE`).
#'
#' `testthat.summary.max_reports`: The maximum number of detailed test
#' - `testthat.summary.max_reports`: The maximum number of detailed test
#' reports printed for the summary reporter (default: 15).
#'
#' - `testthat.summary.omit_dots`: Omit progress dots in the summary reporter
#' (default: `FALSE`).
#'
#' @docType package
#' @name testthat
#' @references Wickham, H (2011). testthat: Get Started with Testing.
Expand Down
9 changes: 6 additions & 3 deletions man/testthat.Rd

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

0 comments on commit fca838b

Please sign in to comment.