-
Notifications
You must be signed in to change notification settings - Fork 254
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
Implement Class Cleanup Lifecycle selection #968
Conversation
0e10515
to
ba15980
Compare
1a8e108
to
cf5685e
Compare
cf5685e
to
bdd4a41
Compare
I am missing some tests for the new behavior. There seem to be a lot of tests moved from one place to another. But are there any new tests to help us keep this in check? |
src/TestFramework/MSTest.Core/Attributes/ClassCleanupLifecycle.cs
Outdated
Show resolved
Hide resolved
Imho we should also take into account the Standard output here, which we would normally not send because we don't have the test object anymore, and send it because we do have the test object. |
There isn't a way to test this behavior currently - I'll add some tests once we update our E2E test arch.
We capture outputs if |
Originally posted by jhenkens on #724. Creating a new branch to be able to update it and merge.