-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Implement property-based tests for Validation
#176
Comments
Can I take this one? |
@astynax Sure, go for it! |
@astynax hi, friendly ping 🙂 How are you doing? Are you stuck on anything? Feel free to ask any questions or clarify any details 🙂 |
Friendly pong! I'm still playing with Hedgehog, but I'm thinking that I almost grok it :) |
Sorry for delay, I was pretty sick for more than week :( |
@astynax No worries! 🙂 |
I think I'm done (PR). Or it will be good to check anything else? :) |
@astynax Thanks for the work! I will try to review as soon as I can and comment on the PR 🙂 |
Most important instances that need to be covered:
Also, I've noticed that
*>
and<*
operators are not implemented efficiently, they need to implemented in the style of<*>
... So once we have tests we can verify that the implementations are indeed correct.The text was updated successfully, but these errors were encountered: