inlining your tests next to the code being tested
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.

Maintainer: Mathieu Sauve-Frankel <msf@openbsd.org>
