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
Ironically there aren't tests for QCheck, which makes it uncomfortable/non-trivial to test the features (mainly, generators and shrinkers).
This could be both unit tests (e.g. "Shrinking 100 towards 0 gives 0, 50, 75, etc.") and PBTs (e.g. "int_range a b only gives values between a and b").
This would also help reproducing bugs in QCheck issues
The text was updated successfully, but these errors were encountered:
Ironically there aren't tests for QCheck, which makes it uncomfortable/non-trivial to test the features (mainly, generators and shrinkers).
This could be both unit tests (e.g. "Shrinking 100 towards 0 gives 0, 50, 75, etc.") and PBTs (e.g. "
int_range a b
only gives values betweena
andb
").This would also help reproducing bugs in QCheck issues
The text was updated successfully, but these errors were encountered: