Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameterized test cases using google's patrick library aren't shown #13

Open
hechth opened this issue Aug 25, 2021 · 1 comment
Open

Comments

@hechth
Copy link

hechth commented Aug 25, 2021

The current tool doesn't recognize parameterized tests written with the help of this package - it would be a great addition if this would be made compatible :)

@meakbiyik
Copy link
Owner

Sorry for the very late response. Depending on the integration quality of patrick with testthat, this task can be as trivial as adding "with_parameters_test_that" conditional here

function: (identifier) @_function.name (#eq? @_function.name "test_that")

and some test cases, or it can be a huge, quite incompatible hassle (e.g. if patrick outputs one test result per parameter set with the same ID). Sadly, I do not have time to work on it, but would be open to help anyone who wishes to take on this task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants