Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
petdance opened this issue Dec 23, 2022 · 2 comments
Open

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

petdance opened this issue Dec 23, 2022 · 2 comments

Comments

@petdance
Copy link
Contributor

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.

@toddr
Copy link
Collaborator

toddr commented Dec 26, 2022

@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 🙁

@petdance
Copy link
Contributor Author

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. :-) :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants