We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7feb406 commit 79d77b1Copy full SHA for 79d77b1
NEWS.md
@@ -1,7 +1,6 @@
1
# testthat (development version)
2
3
-* Adds `recursive` parameter to `test_dir()` to allow the use of directories to
4
- organize test files (@radbasa, #1605).
+* `test_dir()` gains a `recursive` argument which allows test files in nested directories (#1605).
5
6
# testthat 3.2.0
7
@@ -60,8 +59,6 @@
60
59
61
* `expect_setequal()` correctly displays results when only one of actual and
62
expected is missing values (#1835).
63
-
64
-* `test_dir()` gains a `recursive` argument which allows test files in nested directories (#1605).
65
66
# testthat 3.1.10
67
0 commit comments