Skip to content

Commit

Permalink
Merge branch 'master' of github.com:r-lib/testthat
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Dec 14, 2017
2 parents f8da259 + 6dabfd2 commit b0c0d5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
to mock functions in base packages, because this no longer works in
R-devel due to changes with the byte code compiler. I recommend using
[mockery](https://github.com/n-s-f/mockery) instead.
to mocking functions in base packages, because this no longer works in
R-devel due to changes with the byte code compiler. I'd recommend using
[mockery](https://github.com/n-s-f/mockery) or [mockr](https://github.com/krlmlr/mockr) instead.

* The order of arguments to `expect_equivalent()` and `expect_error()` has
changed slightly as both now pass `...` on another function. This reveals
Expand Down

0 comments on commit b0c0d5d

Please sign in to comment.