We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Even primitive detection (without pointing the method the provider belongs to) of yielded keys as named dataset
yield
(yield_expression (array_element_initializer (string (string_value) @dataset )))
could prove helpful in tests where yield is used in data provider.
At the moment I need some free time to answer myself how to pass the data set here
neotest-phpunit/lua/neotest-phpunit/init.lua
Lines 137 to 141 in 5799a4e
The text was updated successfully, but these errors were encountered:
Any news on this? Let me know if I can help at all
Sorry, something went wrong.
No branches or pull requests
Even primitive detection (without pointing the method the provider belongs to) of
yield
ed keys as named datasetcould prove helpful in tests where
yield
is used in data provider.At the moment I need some free time to answer myself how to pass the data set here
neotest-phpunit/lua/neotest-phpunit/init.lua
Lines 137 to 141 in 5799a4e
or into any better place and (optionally) how to list detected data set on the summary view. Any hints (as well as PR) can be helpful.
The text was updated successfully, but these errors were encountered: