Skip to content

Commit

Permalink
line break
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 19, 2016
1 parent 092fd91 commit c63d9ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
option `testthat.summary.max_reports` (default 15) is reached
(#520).

* New option `testthat.summary.omit_dots`, default to `FALSE`. Setting to `TRUE` hides the progress dots from the output of the summary reporter, which speeds up tests by a small margin (#502).
* New option `testthat.summary.omit_dots`, default to `FALSE`. Setting to `TRUE`
hides the progress dots from the output of the summary reporter, which speeds
up tests by a small margin (#502).

* New `LocationReporter` which just prints the location of every expectation.
This is useful for locating segfaults and C/C++ breakpoints (#551).
Expand Down

0 comments on commit c63d9ea

Please sign in to comment.