| CPAN Ratings (Gamma) Test-Simple reviews | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of Test-Simple
7 out of 7 found this review helpful:
BKB: An inconsistent review can very well be unhelpful. If you speak highly of a module in the text but rate it poorly numerically, you are being confusing at best and duplicitous at worst. Either quality merits "unhelpful" in my view.
Darren Kulp - 2008-08-21 14:17:22
Was this review helpful to you?
Yes
No
[This is a review of Test::More]
I like Test::More and always use it for my modules. It's easy to understand and works well. The documentation is also very readable, which is a refreshing change. Although it states to use Test::Simple at the top of the documentation, I've actually never tried that.
BKB - 2008-08-21 08:09:20
Was this review helpful to you?
Yes
No
Probably the only way I'd ever be able to ship a new major version of my program is by using the Test::More module. I went from 0 to 5,000+ tests in a little more than a year. Cheers have to be given.
Justin - 2008-04-07 23:21:29
Was this review helpful to you?
Yes
No
When you write a new process, module, class, interface, method, function, subroutine, program or script, you need to know it works. As the project grows, things almost invariably and inevitably need refactoring. Test::More provides a simple but powerful way of writing test scripts to ensure the integrity of your code through this passage.
Simple and more complex comparison functions such as "is", "isnt", "is_deeply", and simple integrity checks such as "ok" and "isa_ok" produce a standard output, compatible with the older Test module, as well as the Test::Harness.
If you haven't tried this module, you really ought to give it a go: the clear and friendly tutorial can almost guarantee that you will be happily using the module on production code within the day.
It used to irk me that the error reporting read "...called at file.t line 248" which differed from the default perl output for (apparently) no good reason, and messed up all my editors; but that small price to pay has now been remedied by the helpful, if somewhat less than graceful, author.
Lee Goddard - 2006-05-05 00:22:33
Was this review helpful to you?
Yes
No
This is almost certainly my most-used distribution. Everything I write that is more complex than a few-liner gets a test or two (or more), and almost all my tests start with Test::More. The interface is straightforward (although a few sub names are slightly confusing) and the tutorial is just right. Learning to use Test::More is a prerequisite for any serious Perl programmer.
Ricardo SIGNES - 2004-01-08 03:24:09
Was this review helpful to you?
Yes
No
The foundation of all recent Perl test libraries. Simple. Flexible. Nice design. Everybody should use it.
Adrian Howard - 2003-08-13 14:11:01
Was this review helpful to you?
Yes
No
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|