-
-
Notifications
You must be signed in to change notification settings - Fork 365
Add Diamond Test Generator #406
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
Comments
Current tests are property-based. |
Property Testing for the win! It's so much stronger and descriptive than Case Testing. That said, is it easy to follow for people doing the exercises? That should be the main criteria to apply here, right? |
Yeah, I would agree. This is a nice case to have where we can expose developers to property based testing (the tests themselves even use FsCheck). |
I agree we have a good reason for diverging from the canonical data here, and I think it would be sad to give up the opportunity of introducing/using property based testing just to conform with the canonical data. When we go to solve #434 we'll need to have another status that is explicitly ignoring the canonical data. |
@robkeim Good idea! |
This issue is part of an overall initiative to complete #195.
The documentation on how to add generators can be found here. If you get stuck or have any questions about adding this generator, please do not hesitate to reach out!
The text was updated successfully, but these errors were encountered: