Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
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.