Skip to content

Commit b80234b

Browse files
committed
Polish news
1 parent 9fdf7d6 commit b80234b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

NEWS.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
enforce that the condition is of the expected base class (e.g. error,
55
warning, messsage) even when the `class` argument is used (#1168).
66

7-
* `source_file()`, which is used by various parts of the helper and
8-
setup/teardown machinery, now reports the file name in the case of
9-
errors (#1704).
10-
11-
* New `vignette("special-files")` describes the various special files
12-
that testthat uses (#1638).
7+
* `it()` now calls `local_test_context()` so that it behaves more
8+
similarly to `test_that()` (#1731), and is now exported so that you
9+
can more easily run BDD tests interactively (#1587)
1310

1411
* `skip_on_bioc()` now uses the documented environment variable
1512
(`IS_BIOC_BUILD_MACHINE`) (#1712).
1613

14+
* `source_file()`, which is used by various parts of the helper and
15+
setup/teardown machinery, now reports the file name in the case of
16+
errors (#1704).
17+
1718
* `test_path()` now works when called within helper files (#1562).
1819

19-
* `it()` now calls `local_test_context()` so that it behaves more
20-
similarly to `test_that()` (#1731), and is now exported so that you
21-
can more easily run BDD tests interactively (#1587)
20+
* New `vignette("special-files")` describes the various special files
21+
that testthat uses (#1638).
2222

2323
* `with_mocked_bindings()` and `local_mocked_bindings()` can now bind in the
2424
imports namespace too. This changes makes them very close in capability

0 commit comments

Comments
 (0)