You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Definitely on the list for a future version. Although the difference output would need to be coded for each matcher. Some matchers (especially the collection matchers) have already customized error output (though no colours). In such cases the more specialized output might be more suitable than a generic diff. Ideally I'd like to be able to switch output formatters, so you could choose your format, e.g., when logging to a file you wouldn't like to have terminal colour codes in the output.
I'm open for suggestions.
pretty-assertions gives some really nice, colourful diffs when printing out assertion failures using the difference crate:
I'm wondering how hard it would be to add these to galvanic-assert? Would make for some nice screenshots of your own!
The text was updated successfully, but these errors were encountered: