Changelog
Source:NEWS.md
patrick 0.1.0
CRAN release: 2021-10-11
Breaking changes:
- Setting test names should now happen with
.test_name, instead of the implicittest_namevariable from before. This is now an explicit argument for the functionwith_parameters_test_that(), and the leading dot should help distinguish this from values passed as cases.
patrick 0.0.4
CRAN release: 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
CRAN release: 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.