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 d6dff6f commit 0c0efcbCopy full SHA for 0c0efcb
NEWS.md
@@ -1,8 +1,6 @@
1
# testthat (development version)
2
3
-* `test_that()` now emits an error if `expect_snapshot()` is invoked within
4
- a `test_that()` case with an empty description (#1980; @kevinushey).
5
-
+* `expect_snapshot()` now errors when called from a `test_that()` that has an empty description (@kevinushey, #1980).
6
* `expect_condition()` and friends now include the `class` of the expected condition in the failure mesage, if used (#1987).
7
* `LANGUAGE` is now set to `"C"` in reprocucible environments (i.e.
8
`test_that()` blocks) to disable translations. This fixes warnings
0 commit comments