Closed pdl closed 11 years ago
Currently, almost all tests look like Test::Proto::Base->new->...->ok. While convenient, it's probably a bit too circular to rely on this (all tests would pass if ->ok always returned 1!). Look into things like Test::Builder::Tester.
Test::Proto::Base->new->...->ok
->ok
Test::Builder::Tester
Currently, almost all tests look like
Test::Proto::Base->new->...->ok
. While convenient, it's probably a bit too circular to rely on this (all tests would pass if->ok
always returned 1!). Look into things likeTest::Builder::Tester
.