-
Notifications
You must be signed in to change notification settings - Fork 16
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
Better Prop Check Failure Reporting #19
Comments
@paulruescher, you've expressed interest in doing some work on the Witchcraft suite. Would you like to give this a look? Totally happy to walk you through how the library works 👍 |
Since StreamData has come out by one of the primary Elixir Devs (and thus being used by some of the biggest Elixir projects) have you thought about using it as the property testing library here? It would be a more unified interface for defining types. It's not as powerful as PropEr or so, but it is simple and fast with good error reporting and decent reduction. :-) |
Yeah, I'd be down to tackle this. Not sure when though 😎I'm definitely outta commish this week, but I'll see what I can do next week. |
Currently, prop checks fail with minimal context. It would be good to have more context on which specific values were the cause.
The text was updated successfully, but these errors were encountered: