Skip to contents

patrick 0.2.0

CRAN release: 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

CRAN release: 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

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

patrick 0.0.2

CRAN release: 2020-09-14

  • This is a minor update. Tests are compatible with the next version of testthat.

patrick 0.0.1

CRAN release: 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.