Language

Package: ruby-minitest-pretty-diff @ 0.1-1.11f32e93

Synopsis

Pretty-print hashes and arrays in MiniTest

Description

minitest-pretty_diff monkey-patches MiniTest::Assertions#mu_pp to pretty-print hashes and arrays before diffing them. This makes it easier to spot differences between nested structures when tests fail.

Home page
https://github.com/adammck/minitest-pretty_diff
Location
gnu/packages/ruby.scm (line: 4400, column: 4)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?