You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for using patrick for creating parameterized tests.
I am going to start the process of releasing a backwards incompatible change in the package.
In the past, the undocumented test_name parameter could be used to in cases data frames and as an argument for naming tests
I am moving this to a documented argument in with_parameters_test_that(). The argument is also getting the name .test_name in order to distinguish it from test cases passed by a user
In version 0.1.0, patrick will throw a warning about this change and rename input as appropriate. In the future, this warning will be dropped. Addressing it requires changing your use of test_name to .test_name.
Apologies for any inconvenience that this causes. Please let me know how else I can help.
Best wishes,
Michael
The text was updated successfully, but these errors were encountered:
Hi David!
Thanks for using
patrick
for creating parameterized tests.I am going to start the process of releasing a backwards incompatible change in the package.
test_name
parameter could be used to in cases data frames and as an argument for naming testswith_parameters_test_that()
. The argument is also getting the name.test_name
in order to distinguish it from test cases passed by a userIn version 0.1.0, patrick will throw a warning about this change and rename input as appropriate. In the future, this warning will be dropped. Addressing it requires changing your use of
test_name
to.test_name
.Apologies for any inconvenience that this causes. Please let me know how else I can help.
Best wishes,
Michael
The text was updated successfully, but these errors were encountered: