-
Notifications
You must be signed in to change notification settings - Fork 278
Ensure TestMethodAttribute.Execute is run on the correct execution context #5688
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
Conversation
/backport to rel/3.9 |
Started backporting to rel/3.9: https://github.com/microsoft/testfx/actions/runs/15421123134 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5688 +/- ##
==========================================
- Coverage 76.39% 76.35% -0.04%
==========================================
Files 600 600
Lines 36743 36749 +6
==========================================
- Hits 28068 28060 -8
- Misses 8675 8689 +14
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
/backport to rel/3.9 |
Started backporting to rel/3.9: https://github.com/microsoft/testfx/actions/runs/15446020753 |
/backport to rel/3.9 |
Started backporting to rel/3.9: https://github.com/microsoft/testfx/actions/runs/15451799033 |
…ntext by @Youssef1313 in #5688 (backport to rel/3.9) (#5689) Co-authored-by: Youssef1313 <[email protected]>
One more execution context bug :)
Also adding a new test project that's kinda in-between unit tests and integration tests. It's similar to Playground but intended to contain real tests. It can only test "positive" cases.
Fixes #5687