NEWS
patrick 0.2.0 (2022-10-13)
New features
- Patrick will try to generate names automatically if not provided. This
also works when cases are provided as a data frame.
patrick 0.1.0 (2021-10-11)
Breaking changes:
- Setting test names should now happen with
.test_name
, instead of the
implicit test_name
variable from before. This is now an explicit
argument for the function with_parameters_test_that()
, and the leading dot
should help distinguish this from values passed as cases.
patrick 0.0.4 (2021-09-23)
Update patrick
for testthat 3e.
- Catch warnings for code not being braced. We still produce the right code.
- Make sure patrick uses the right line numbers.
patrick 0.0.3 (2020-10-27)
- Add more examples and tests for how patrick works with data frames.
- Update
with_parameters_test_that()
to use
data, dots, details
- Modernize package files: DESCRIPTION and
R/patrick-package.R
.
patrick 0.0.2 (2020-09-14)
- This is a minor update. Tests are compatible with the next version of
testthat
.
patrick 0.0.1 (2018-08-13)
Welcome to patrick
, a package for parameterizing tests within testthat. Check
out the README.md file to learn more about this package.