perl4life has asked for the wisdom of the Perl Monks concerning the following question:
I'm using Test::More to write tests for my application.
There are a lot of tests, so when it's complete I'd like to give the user a summary like all tests passed, or 5 tests failed 25 passed, etc.
I'm not seeing anyway to do this within the module however, does anyone know a way to do this?
thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Print summary of tests results when using Test::More ?
by choroba (Cardinal) on Sep 10, 2017 at 20:54 UTC | |
|
Re: Print summary of tests results when using Test::More ?
by haukex (Archbishop) on Sep 10, 2017 at 21:25 UTC | |
by perl4life (Initiate) on Sep 10, 2017 at 22:21 UTC | |
|
Re: Print summary of tests results when using Test::More ?
by 1nickt (Canon) on Sep 10, 2017 at 20:56 UTC |