- Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
Hi Double ML team!
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_nameparameter 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_namein 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