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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# testthat (development version)
2
2
3
+
* The hints generated by `expect_snapshot()` and `expect_snapshot_file()` now include the path to the package, if its not in the current working directory (#1577).
4
+
*`expect_snapshot_file()` now clearly errors if the `path` doesnt exist (#2191).
3
5
*`expect_snapshot_file()` now considers `.json` to be a text file (#1593).
4
6
*`expect_snapshot_file()` now shows differences for text files (#1593).
5
7
* The failure messages for all `expect_` functions have been rewritten to first state what was expected and then what was actually received (#2142).
0 commit comments