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

[Runners] Add events to notify that a test run started and completed. #46

Merged
merged 1 commit into from
Apr 20, 2020

Conversation

mandel-macaque
Copy link
Member

Add two events that notify when the runner started and when it
completed. The completed event will provide information of the results
of the run.

Later we can look at adding event for each of the tests starting and
completing, which is possible, but we are not going to add events that
we have not been asked to add. KISS

fixes: #36

Add two events that notify when the runner started and when it
completed. The completed event will provide information of the results
of the run.

Later we can look at adding event for each of the tests starting and
completing, which is possible, but we are not going to add events that
we have not been asked to add. KISS

fixes: dotnet#36
@mandel-macaque mandel-macaque requested a review from EgorBo April 17, 2020 22:13
@EgorBo
Copy link
Member

EgorBo commented Apr 20, 2020

Can this be merged today?

@mandel-macaque mandel-macaque merged commit bb227b5 into dotnet:master Apr 20, 2020
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

Successfully merging this pull request may close these issues.

Create events to notify that the test execution has been completed
3 participants