Improve reporting of negated matchers for compound data #1335
Unanswered
jgebal
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current state
When running matchers for compound (diff-able) data-types, we currently report actual and expected data only.
No diff information is available when running
not_to_equalandnot_to_containIdeal state
When running
not_to_equalthe report could state:When running
not_to_containthe report could state:In both cases, when using
join_bywe could probably limit the outcomes tojoin_bycolumns as those would be sufficient to indicate the issue.Beta Was this translation helpful? Give feedback.
All reactions