blob: 383a6557b6a6ee7db724063008801cda5c14d377 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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>
WWW: http://search.cpan.org/dist/Test-Inline/
--Erwin Lansing <erwin@FreeBSD.org>
|