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
The next version of patrick (the parameterized testing package) will use glue interpolation for test cases. There are test case names in lintr that contain code in curly braces, which throw errors when glue_data is called on them.
My choice would be to add literal names to these test cases. While this is a little less informative than showing the data, it still seems to get the point across.
The next version of patrick (the parameterized testing package) will use glue interpolation for test cases. There are test case names in lintr that contain code in curly braces, which throw errors when glue_data is called on them.
Here are some examples:
lintr/tests/testthat/test-fixed_regex_linter.R
Line 61 in 06f2b9c
lintr/tests/testthat/test-pipe_continuation_linter.R
Line 139 in 06f2b9c
My choice would be to add literal names to these test cases. While this is a little less informative than showing the data, it still seems to get the point across.
The text was updated successfully, but these errors were encountered: