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

Investigate not using UnitTestResult from adapter and instead use TestResult from framework #4614

Open
Youssef1313 opened this issue Jan 10, 2025 · 0 comments
Assignees

Comments

@Youssef1313
Copy link
Member

Youssef1313 commented Jan 10, 2025

Currently, we do create TestResult from TestFramework, then we convert that to UnitTestResult (adapter), then convert that back to TestResult from VSTest object model. I think we can keep the TestResult from TestFramework all the way, and convert it directly to VSTest's TestResult without needing UnitTestResult at all.

#4591 has a PoC that is reverted to move forward with #4591 faster. We should investigate bringing it back.

@Youssef1313 Youssef1313 self-assigned this Jan 10, 2025
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

1 participant