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
+
* New `expect_not_contains()` and `expect_not_in()` to check for the absence of values (#1851).
3
4
* New `vignette("mocking")` explains mocking in detail (#1265).
4
5
* New `vignette("challenging-functions")` provides an index to other documentation organised by testing challenges (#1265).
5
6
* When running a test interactively, testthat now reports the number of succeses. The results should also be more useful if you are using nested tests.
0 commit comments