Skip to content

Commit

Permalink
Merge branch 'main' into feature/add-recursive-dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
radbasa authored Dec 12, 2024
2 parents e3e0773 + dbe8883 commit da5911b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: testthat
Title: Unit Testing for R
Version: 3.2.1.9001
Version: 3.2.2.9001
Authors@R: c(
person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd")),
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

* `test_dir()` gains a `recursive` argument which allows test files in nested directories (#1605).

# testthat 3.2.2

## New expectations

* `expect_s7_class()` tests if an object is an S7 class (#1580).
Expand Down

0 comments on commit da5911b

Please sign in to comment.