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
Projects

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

@Aboisier Aboisier created this issue from a note in Testy (In progress) Dec 5, 2018
@Aboisier Aboisier closed this as completed Dec 5, 2018
@Aboisier Aboisier reopened this Dec 5, 2018
Aboisier added a commit that referenced this issue Dec 5, 2018
@Aboisier Aboisier moved this from In progress to Done in Testy Dec 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Testy
  
Done
Development

No branches or pull requests

1 participant