Subject: | Suggestion for improvement: make failed requirements visible when tests are run with prove |
Missing requirements are only visible to the runner of the tests when
tests are run individually (that is, when the note() level of output is
visible), and not when run in a group as via prove (when only diag()
level output is visible).
e.g. missing requirements should be visible via prove like so:
t/100_io.t .............................. skipped: JSON::Any is required
for this test
t/101_io_atomic.t ....................... skipped: IO::AtomicFile is
required for this test
I'd be happy to submit a patch for this -- just point me to where you
keep your repository! (I have a rw commit bit on
http://git.shadowcat.co.uk/gitweb/gitweb.cgi.)