|
4 | 4 | enforce that the condition is of the expected base class (e.g. error, |
5 | 5 | warning, messsage) even when the `class` argument is used (#1168). |
6 | 6 |
|
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) |
13 | 10 |
|
14 | 11 | * `skip_on_bioc()` now uses the documented environment variable |
15 | 12 | (`IS_BIOC_BUILD_MACHINE`) (#1712). |
16 | 13 |
|
| 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 | + |
17 | 18 | * `test_path()` now works when called within helper files (#1562). |
18 | 19 |
|
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). |
22 | 22 |
|
23 | 23 | * `with_mocked_bindings()` and `local_mocked_bindings()` can now bind in the |
24 | 24 | imports namespace too. This changes makes them very close in capability |
|
0 commit comments