blob: 42b8cd89f2be9866c96c5b654eec6811c4fb779b (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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::Tutorial, really.
WWW: http://search.cpan.org/dist/Test-Inline/
|