We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8244bd7 commit 5cf6fa4Copy full SHA for 5cf6fa4
NEWS.md
@@ -2,6 +2,7 @@
2
3
* `it()` now finds the correct evaluation environment in more cases (@averissimo, #2085).
4
* Fixed an issue preventing compilation from succeeding due to deprecation / removal of `std::uncaught_exception()` (@kevinushey, #2047).
5
+* `snapshot_accept()` now works also when the tested file contains dots in the filename (@mcol, #1669).
6
7
# testthat 3.2.3
8
@@ -10,9 +11,6 @@
10
11
* Fixed an issue where calling `skip()` outside of an active test could
12
cause an unexpected error (@kevinushey, #2039).
13
-* `snapshot_accept()` now works also when the tested file contains dots in
14
- the filename (@mcol #1669).
15
-
16
# testthat 3.2.2
17
18
## New expectations
0 commit comments