Test2::Pretty - prototype Test::Pretty for new Test2 lib!
$ cd Test2-Pretty
$ carton install
$ carton exec T2_FORMATTER='Pretty' perl -Ilib test01.t
or
use Test2::Pretty;
use Test::More;
ok(1);
subtest 'sub test' => sub {
ok(1);
};
done_testing;
It's still a very experimental implementation
Copyright (C) Magnolia K.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Magnolia K [email protected]