Skip to content

Support inheritance #8

@FGasper

Description

@FGasper

Inheritance in tests is a much-maligned but occasionally useful pattern.

For example, my team uses a base Test::Class subclass that defines some common “startup” logic. Then any new test script modulino we write that inherits from that base class automatically runs that startup logic.

Is the lack of support for this pattern by design? It would be great if this module were able to be a drop-in replacement for Test::Class, or even just to offer feature parity.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions