The functions describe() and it() are not listed on the package index -- neither on the website (https://testthat.r-lib.org/reference/) nor within R (help(package = "testthat")).
There is a help page (https://testthat.r-lib.org/reference/describe.html and ?testthat::describe), but it's hard to discover.
The functions
describe()andit()are not listed on the package index -- neither on the website (https://testthat.r-lib.org/reference/) nor within R (help(package = "testthat")).There is a help page (https://testthat.r-lib.org/reference/describe.html and
?testthat::describe), but it's hard to discover.