Skip to content

Commit

Permalink
Renable random praise. Closes #164
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Sep 17, 2014
1 parent b7b25b8 commit 698f3c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# testthat 0.8.1.0.99

* Random praise is renabled by default (again!) (#164).

* `is_identical_to()` only calls `all.equal()` to generate an informative
error message if the two objects are not identical (#165).

Expand Down
2 changes: 1 addition & 1 deletion R/reporter-summary.r
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ SummaryReporter <- setRefClass("SummaryReporter", contains = "Reporter",
methods = list(
initialize = function(max_reports = Inf, ...) {
max_reports <<- max_reports
show_praise <<- FALSE
show_praise <<- TRUE
callSuper(...)
},

Expand Down

0 comments on commit 698f3c4

Please sign in to comment.