File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 44
55 * Now ` load_tests() ` returns a named list, where the names
66 corresponds to the test titles.
7-
7+
8+ ## Test Updates
9+
10+ * Remove ` plan() ` test on legacy ` constant ` backend.
11+
812
913# Version 0.7.0 [ 2023-05-20]
1014
6872
6973# Version 0.5.0 [ 2022-12-15]
7074
71- ## New Tests
75+ ## Tests Updates
7276
7377 * Assert that none of ` future() ` , ` run() ` , ` result() ` and ` value() `
7478 update the RNG state.
7579
7680
7781# Version 0.4.0 [ 2022-11-21]
7882
79- ## New Tests
83+ ## Tests Updates
8084
8185 * Assert that ` rm(a) ` in a future expression only removes a local
8286 variable ` a ` , but never a global variable ` a ` .
114118
115119# Version 0.3.0 [ 2021-10-09]
116120
117- ## New Tests
121+ ## Tests Updates
118122
119123 * Assert that ` future() ` doesn't change the RNG kind.
120124
You can’t perform that action at this time.
0 commit comments