We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Something cobalt's dir diffing does is using the difference crate to provide a diff for the user, making it easier to spot why the test failed.
difference
Providing this as a predicate will be very helpful for assert_cli and dir-diff.
The text was updated successfully, but these errors were encountered:
feat(str): Edit-distance predicate
32b92d2
This will be more helpful when assert-rs#7 is implemented. Fixes assert-rs#9
e884afc
a8541d8
84eb9fb
No branches or pull requests
Something cobalt's dir diffing does is using the
difference
crate to provide a diff for the user, making it easier to spot why the test failed.Providing this as a predicate will be very helpful for assert_cli and dir-diff.
The text was updated successfully, but these errors were encountered: