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

Data provider #4

Open
epatrizio opened this issue Apr 30, 2021 · 1 comment
Open

Data provider #4

epatrizio opened this issue Apr 30, 2021 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@epatrizio
Copy link
Owner

Create a data provider to execute a specific test function several times with different tests entry data

@epatrizio epatrizio added the enhancement New feature or request label Apr 30, 2021
@epatrizio
Copy link
Owner Author

Basic concept: create a dataset to loop through a test function execution.
It's very useful for extracting test datas.

I'm blocked :

  • Basicly, a dataset is a multimensional array. But in C, it's a difficult task to play with dynamic dimensions
  • A dataset can be composed of several argument types. But in C, it's difficult to play with unknown types
  • The test function signature have to evolve with a variable number of arguments

So, for now, this issue is in stand by status.

@epatrizio epatrizio added the help wanted Extra attention is needed label May 6, 2021
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

1 participant