Should.beCloseToArray currently produces a brief output on test failure. It would be much better if the default were verbose output which provide much more information on the failure and gives the max absolute and relative errors.
When tests fail, you pretty much have to enable verbose output to understand the failure anyway, so might as well make it the default. There's no harm since this verbose output only happens on failure.
We probably don't want to change verbose to default to true. We probably want to remove verbose and replace it with brief (or similar name?), defaulting to false.
Comment 1 by bugdroid1@chromium.org
, Jul 7 2016