You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: