Template2 icon indicating copy to clipboard operation
Template2 copied to clipboard

Test::Template should be based on Test::Builder for compatibilty

Open petdance opened this issue 2 years ago • 2 comments
trafficstars

Test::Template does its own emitting of TAP instead of working with Test::Builder. This means, for example, that tests that use Test::Template can't be run inside of subtests.

Also, test_expect() can't be run more than once because it always emits a plan and does its own numbering. I would like to be able to run test_expect() on the same data string with multiple configurations passed to make sure they all operate the same way.

petdance avatar Dec 23 '22 18:12 petdance

@atoomic and I have been helping with releases. I'm open to the fix but we do not have the ability to provide the work 🙁

toddr avatar Dec 26 '22 16:12 toddr

I'll add it to my laundry list of things I know where I know what needs to be done but don't have the time right now. :-) :-(

petdance avatar Dec 26 '22 16:12 petdance