-
Notifications
You must be signed in to change notification settings - Fork 185
Add to_include matcher for collections and cursors #79
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
A test should fail if expected set contains elements that are not part of actual set. The simplified SQL representation of that comparison would be something like:
The
Do you think it's worth implementing? |
No I don't think it will be hard to implement. Example:
Overall we looking on left outer join instead of full join on existing queries so yeah we should be able to do that fairly easy. |
Do we want to actually highlight differences as well ? |
The inclusion matcher should allow us to tell that actual collection / cursor is a superset of the expected (includes expected)
The text was updated successfully, but these errors were encountered: