KeighleHawk has asked for the wisdom of the Perl Monks concerning the following question:
However, the Test::Deep->bag() method alleviates the need for this by comparing arrays that can be in random order which was far better (I thought) than trying to sort the arrays in the first place. The problem is the messages returned on a failed test. is_deeply would return the exact key/value pair returned and the one expected. cmp_deeply for the same test returned:
Missing: 1 reference Extra: 1 reference
Not so helpful. Now, I can deal with this by printing out my own messages on fail using Test::More->diag(), but before I go through my code to add all that, I wanted to make sure I was not missing something obvious, especially since Test::Deep touted it's useful diagnostic messages.
Robert Kuropkat
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Diagnostic messages in Test::Deep
by Athanasius (Archbishop) on Jul 21, 2015 at 07:01 UTC | |
by KeighleHawk (Scribe) on Jul 21, 2015 at 13:31 UTC | |
by Athanasius (Archbishop) on Jul 22, 2015 at 04:43 UTC |