blob: d31279884c65f806208507a114e07b0f13ef8976 (
plain) (
blame)
1
2
3
4
5
6
|
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.
|