-
Notifications
You must be signed in to change notification settings - Fork 4
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
Should unmatched error be handled as an assertion error #13
Labels
question
Further information is requested
Comments
Yes I think so |
This is the output when there is a match error:
Do we want more? |
No that is enough for now. I think I was thinking about adding some sugar to match on either / option / future when I created this issue. Currently the either matchers used in our tests are pretty verbose (although very clear). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If a test match on one of
Either[L, R]
and the other occurs should intent handle that and provide a nice assertion error instead?Same for all unmatched errors?
The text was updated successfully, but these errors were encountered: