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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# testthat (development version)
2
2
3
+
*`snapshot_accept()` now works also when the tested file contains dots in the filename (@mcol, #1669).
3
4
* testthat now requires R 4.1.
4
5
*`expect_s4_class()` now supports unquoting (@stibu81, #2064).
5
6
*`it()` now finds the correct evaluation environment in more cases (@averissimo, #2085).
6
7
* Fixed an issue preventing compilation from succeeding due to deprecation / removal of `std::uncaught_exception()` (@kevinushey, #2047).
7
-
*`snapshot_accept()` now works also when the tested file contains dots in the filename (@mcol, #1669).
8
8
* New `skip_unless_r()` to skip running tests on unsuitable versions of R, e.g. `skip_unless_r(">= 4.1.0")` to skip tests that require, say, `...names` (@MichaelChirico, #2022)
0 commit comments