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

Separation of concerns #13

Closed
f-masche opened this issue Feb 16, 2017 · 1 comment
Closed

Separation of concerns #13

f-masche opened this issue Feb 16, 2017 · 1 comment
Assignees

Comments

@f-masche
Copy link
Collaborator

f-masche commented Feb 16, 2017

Separate visualization from test logic, which are mixed up right now.
Architectural proposal: implement observer pattern:
Reporter <- Events - TestRunner
The TestRunner should emit at least the following events:

  • start
  • end
  • error
  • profileStart
  • profileEnd
  • profileError
  • snippetStart
  • snippetEnd
  • snippetError
@haensl haensl assigned haensl and f-masche and unassigned haensl Feb 23, 2017
@haensl
Copy link
Owner

haensl commented Oct 19, 2017

Done in v1.5.0

@haensl haensl closed this as completed Oct 19, 2017
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