Chromatic wrote in perl.qa :
> 
> Stuff in t/op mostly can't use Test or Test::More because those modules
> rely on the features being tested.  Most everything else can use
> Test::More.  Barring any Unicode-related fiascos (of which I am proudly
> and blissfully unaware), they probably haven't been converted yet.

t/test.pl is intended to be a lightweight replacement for Test::*
for op/ tests.

> My goal was to improve coverage so every piece had at least nominal
> tests that could be improved, not to improve every existing test.  Other
> people have had different goals.  (It feels pretty good to port the
> tests to a more maintainable framework.)

One improvement is to add names to tests. It makes them damn easier to
track down when they fail.

Reply via email to