pdl / Test-Proto

OO test script golf sugar
1 stars 1 forks source link

Test Test::Proto more rigorously #10

Closed pdl closed 11 years ago

pdl commented 12 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.