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

Feature request : Tags for reporting distribution of generated data sets #51

Closed
ashishnegi opened this issue Mar 1, 2023 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@ashishnegi
Copy link

Hey Folks

In real world complex scenarios, visualizing the buckets in which generated input is falling helps debug/improve the generators.
I did not find this functionality in library.

Please see similar feature in cpp rapidcheck library document.

Example: User generator with name, sex, date of birth can add tags like male/female for sex, child/adult/old for age.

After running test, distribution will show the buckets and will help identify if there is any mistake in generator or if we are generating domain-interesting inputs or not. This is very useful for real world scenarios.

@flyingmutant flyingmutant added enhancement New feature or request duplicate This issue or pull request already exists and removed enhancement New feature or request labels Mar 2, 2023
@flyingmutant
Copy link
Owner

There is already an existing issue, let's keep the discussion there: #30 (and a WIP PR #31).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants