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

Support data sets in data provider #23

Open
przepompownia opened this issue Mar 31, 2024 · 1 comment
Open

Support data sets in data provider #23

przepompownia opened this issue Mar 31, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@przepompownia
Copy link
Contributor

Even primitive detection (without pointing the method the provider belongs to) of yielded keys as named dataset

    (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

if position.type == "test" then
local filter_args = vim.tbl_flatten({
"--filter",
'::' .. position.name .. '( with data set .*)?$',
})

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.

@olimorris olimorris added help wanted Extra attention is needed enhancement New feature or request labels Apr 22, 2024
@caliguIa
Copy link

caliguIa commented Oct 6, 2024

Any news on this? Let me know if I can help at all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants