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

As a dev, I want the test runner to be easily extensible #3

Closed
Aboisier opened this issue Dec 5, 2018 · 0 comments
Closed

As a dev, I want the test runner to be easily extensible #3

Aboisier opened this issue Dec 5, 2018 · 0 comments

Comments

@Aboisier
Copy link
Collaborator

Aboisier commented Dec 5, 2018

The current test runner is not extensible. For example, the test reporting is embedded in the test runner class. Implementing the Visual Studio Code adapter involved a full re-implementation of the test runner.

I believe using a decorator pattern would allow extending the test runner (and eventually other test visitors) more easily.

untitled diagram

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

No branches or pull requests

1 participant