Skip to content

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

@petdance

Description

@petdance

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions