Skip to content

Commit 9ca52b1

Browse files
committed
Polish news
1 parent 04519fe commit 9ca52b1

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

NEWS.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
# testthat (development version)
22

3-
* Unexpected errors in `expect_snapshot()` now behave like regular errors;
4-
i.e. they terminate evaluation of the entire test and get a traceback
5-
(#1906).
3+
* Fix incorrect format string detected by latest R-devel. Fix thanks to
4+
Tomas Kalibera.
5+
6+
* `expect_snapshot()` handles unexpected errors like errors outside of
7+
snapshots, i.e. they terminate the entire test and get a traceback (#1906).
8+
9+
* `JunitReporter()` now uses ensures numeric values are saved the xml file
10+
with `.` as decimal separator. (@maksymiuks, #1660)
611

712
* `local_mocked_bindings()` can now mock any object, not just functions
813
(#1896).
914

1015
* `skip_if_offline()` now uses `captive.apple.com` by default. This is the
11-
host that Apple devices use to check that they're online so should be
12-
a higher reliability host than `r-project.org` (@jdblischak, #1890).
16+
hostname that Apple devices use to check that they're online so it should
17+
have a higher reliability than `r-project.org` (@jdblischak, #1890).
1318

14-
* `test_file(desc = )` will now find `describe()` tests as well as `testthat()`
19+
* `test_file(desc = )` will now find `describe()` tests as well as `test_that()`
1520
tests (#1903).
1621

17-
* `JunitReporter()` now uses ensures numeric values are saved the xml file
18-
with `.` as decimal separator. (@maksymiuks, #1660)
19-
2022
# testthat 3.2.0
2123

2224
## Lifecycle changes

0 commit comments

Comments
 (0)