Skip to content

Commit 349561e

Browse files
committed
Move bullet to top
1 parent c524d33 commit 349561e

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,10 +1,10 @@
11
# testthat (development version)
22

3+
* `snapshot_accept()` now works also when the tested file contains dots in the filename (@mcol, #1669).
34
* testthat now requires R 4.1.
45
* `expect_s4_class()` now supports unquoting (@stibu81, #2064).
56
* `it()` now finds the correct evaluation environment in more cases (@averissimo, #2085).
67
* 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).
88
* 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)
99

1010
# testthat 3.2.3

0 commit comments

Comments
 (0)