RSS | Module Info | Add a review of Test-Simple

2 out of 2 found this review helpful:

Test-Simple (0.98) *****

This is a very good module - and a must for every one considering doing Test-Driven-Development with Perl.

Shlomi Fish - 2011-06-27T12:33:32

Was this review helpful to you?  Yes No
1 out of 1 found this review helpful:

Test-Simple (0.96) *****

If you're looking to start writing automated tests, look no further, this is the de facto standard and deservedly so.

Installing this module via Test::Most will get you other goodies that you'll probably want soon, if not immediately.

If you prefer xUnit/OO style tests, you can use Test::Class on top of Test::More.

Evan Haas - 2011-05-23T11:25:52

Was this review helpful to you?  Yes No
1 out of 3 found this review helpful:

Test-Simple (0.94) *****

How can you not love Test-Simple?

Jeff Lavallee - 2010-08-04T18:43:05

Was this review helpful to you?  Yes No
7 out of 7 found this review helpful:

Test-Simple (0.80)

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-21T14:17:22

Was this review helpful to you?  Yes No
2 out of 3 found this review helpful:

Test-Simple (0.78) *****

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-07T23:21:29

Was this review helpful to you?  Yes No
7 out of 7 found this review helpful:

Test-Simple (0.98) ****

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 comparative assertions 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, and within a week you will see your productivity improve no end.

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-05T00:22:33

Was this review helpful to you?  Yes No
4 out of 4 found this review helpful:

Test-Simple (0.47) *****

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-08T03:24:09

Was this review helpful to you?  Yes No
4 out of 5 found this review helpful:

Test-Simple (0.47) *****

The foundation of all recent Perl test libraries. Simple. Flexible. Nice design. Everybody should use it.

Adrian Howard - 2003-08-13T14:11:01

Was this review helpful to you?  Yes No
1 hidden unhelpful review


the camel