assert_cli
assert_cli copied to clipboard
Feature: Customizable Panic-Format
Again just a random idea. :-)
The panic-format could be behind a feature-flag
- either consistently
diff
-like + multi-line - or consistently
assert_eq!
-like + single-line + json encoded (even for really large chunks)
Probably not very important though.