2002-09-12 13:03:09 +02:00
|
|
|
Embedding tests allows tests to be placed near the code its testing.
|
|
|
|
This is a nice supplement to the traditional .t files.
|
|
|
|
It's like XUnit, Perl-style.
|
|
|
|
|
|
|
|
Test::Tutorial is just documentation. To actually get anything done you
|
|
|
|
use pod2test. Read the Test::Inline::Tutoral, really.
|
|
|
|
|
|
|
|
Author: Michael G Schwern <schwern@pobox.com>
|
2005-09-21 21:31:43 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Test-Inline/
|
2002-09-12 13:03:09 +02:00
|
|
|
|
2003-06-12 18:41:16 +02:00
|
|
|
--Erwin Lansing <erwin@FreeBSD.org>
|