You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# testthat (development version)
2
2
3
+
*`expect_no_*()` now executes the entire code block, rather than stopping at the first message or warning (#1991).
3
4
*`expect_no_failures()` and `expect_no_successes()` are now deprecated as `expect_success()` now test for no failures and `expect_failure()` tests for no successes (#)
4
5
* New `pass()` function to use in place of `succeed()` (#2113).
5
6
*`expectation()` is now a combination of `new_expectation()` and `exp_signal()` (#2125).
0 commit comments