-
Notifications
You must be signed in to change notification settings - Fork 2
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
Hard to read diff #5
Comments
Super idea. I'll take a look. What do you think about owo-colors? https://crates.io/crates/owo-colors Do you code rust? I would be fully open to PRs that add owo-colors, or a color solution that can work with no_std and also lets the user opt-in/opt-out via environment variable. (This is important because the asserts must be able to run in no_std, and must also be able to run in line-oriented CI/CD servers which compare line output snapshots) |
imho for me issue not in colors, but in output. it seems harder to read than builtin |
next is hard to read for numbers:
next does not output numbers at all:
for me. |
Thank you for your generous offer. Great feedback. I'll take a look. Estimate 24-48 hours for a progress update here. |
Fixed. Can you update to to version 9.4.0? Now the output should show is the custom message first, then all the regular assertion failure information. |
Thanks, it worked.
I am think if I bought |
Currently, it's tough to read the diff in case of assertion failure, it would be great if it could use
pretty_assertions
under the hood or similarThe text was updated successfully, but these errors were encountered: