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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,13 @@
1
1
# testthat (development version)
2
2
3
+
* Parallel testthat now does not ignore test files with syntax errors (#1360).
4
+
*`expect_lt()`, `expect_gt()`, and friends have a refined display that is more likely to display the correct number of digits and shows you the actual values compared.
5
+
*`describe()`, `it()`, and `test_that()` now have a shared stack of descriptions so that if you nest any inside of each other, any resulting failures will show you the full path.
6
+
*`describe()` now correctly scopes `skip()` (#2007).
7
+
*`ParallelProgressReporter` now respect `max_failures` (#1162).
8
+
* The last snapshot is no longer lost if the snapshot file is missing the final newline (#2092). It's easy to accidentally remove this because there are two trailing new lines in snapshot files and many editors will automatically remove if you touch the file.
3
9
* New `expect_r6_class()` (#2030).
4
-
*`expect_*()` functions consistently and rigorously check their inputs (#1754).
10
+
*`expect_*()` functions consistently and rigorously check their inputs (#1754).
5
11
*`JunitReporter()` no longer fails with `"no applicable method for xml_add_child"` for warnings outside of tests (#1913). Additionally, warnings now save their backtraces.
6
12
*`JunitReporter()` strips ANSI escapes in more placese (#1852, #2032).
7
13
*`try_again()` is now publicised. The first argument is now the number of retries, not tries (#2050).
0 commit comments