Skip to content

Commit c80ca1a

Browse files
committed
Add author to news bullet
1 parent ae5dda6 commit c80ca1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# testthat (development version)
22

3-
* New `expect_disjoint()` to check for the absence of values (#1851).
3+
* New `expect_disjoint()` to check for the absence of values (@stibu81, #1851).
44
* `expect_all_equal()`, `expect_all_true()`, and `expect_all_false()` are a new family of expectations that checks that every element of a vector has the same value. Compared to using `expect_true(all(...))` they give better failure messages (#1836, #2235).
55
* Expectations now consistently return the value of the first argument, regardless of whether the expectation succeeds or fails. The primary exception are `expect_message()` and friends which will return the condition. This shouldn't affect existing tests, but will make failures clearer when you chain together multiple expectations (#2246).
66
* `set_state_inspector()` gains `tolerance` argument and ignores minor FP differences by default (@mcol, #2237).

0 commit comments

Comments
 (0)