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

Support inheritance #8

Open
FGasper opened this issue Jan 25, 2019 · 1 comment
Open

Support inheritance #8

FGasper opened this issue Jan 25, 2019 · 1 comment

Comments

@FGasper
Copy link

FGasper commented Jan 25, 2019

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.

@djerius
Copy link

djerius commented May 11, 2020

I've implemented a form of inheritance in PR #9

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