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

Migrate tests to XUnit #4039

Closed
axelsrz opened this issue Jun 10, 2020 · 1 comment
Closed

Migrate tests to XUnit #4039

axelsrz opened this issue Jun 10, 2020 · 1 comment
Assignees
Labels
Area: Engineering Internal issues that are related to improving code quality, refactorings, code cleanup, etc. P1 Painful if we don't fix, won't block releasing R10 Release 10 - August 17th, 2020
Milestone

Comments

@axelsrz
Copy link
Member

axelsrz commented Jun 10, 2020

Move 100% of unit tests from MSTest to XUnit,

Once the migration of a given project is done, remove references to MSTest.TestAdapter and MSTest.TestFramework from the csproj files.

    <PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
    <PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
@munozemilio munozemilio added this to the R10 milestone Jul 1, 2020
@Virtual-Josh
Copy link
Contributor

Closing this issue for now. Xunit migration has been deprioritized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Engineering Internal issues that are related to improving code quality, refactorings, code cleanup, etc. P1 Painful if we don't fix, won't block releasing R10 Release 10 - August 17th, 2020
Projects
None yet
Development

No branches or pull requests

3 participants