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 VisualFSharp tests to Xunit #17751

Merged
merged 12 commits into from
Sep 23, 2024
Merged

Migrate VisualFSharp tests to Xunit #17751

merged 12 commits into from
Sep 23, 2024

Conversation

psfinaki
Copy link
Member

@psfinaki psfinaki commented Sep 16, 2024

Related: #13654

Last NUnit test suite. Finally!

This was basically a mechanical replacement of Nunit test primitives with Xunit test primitives. TestLib.LanguageService required a bit more attention, otherwise things worked more or less out of the box. Tests still run in the single-threaded fashion, otherwise most of them fail.

Tests run and pass:
image

In particular, 2183 tests are passing and 428 are skipped.

Tests also failed before, while this was in progress (1, 2). So they are executed :)


Note: despite this removes the last NUnit test suite, this is not a complete eradication of NUnit just yet. This will be done separately. We're nearly there!

Copy link
Contributor

✅ No release notes required

@psfinaki psfinaki marked this pull request as ready for review September 18, 2024 15:53
@psfinaki psfinaki requested a review from a team as a code owner September 18, 2024 15:53
@psfinaki psfinaki merged commit 2907d59 into dotnet:main Sep 23, 2024
32 checks passed
@psfinaki psfinaki deleted the tests-10 branch September 23, 2024 17:01
esbenbjerre pushed a commit to esbenbjerre/fsharp that referenced this pull request Sep 30, 2024
* Migrate last Nunit tests to Xunit

* up

* up

* up

* Update TestLib.LanguageService.fs

* up

* up

* up

* Remove unused tests

* one more

* up

---------

Co-authored-by: Kevin Ransom (msft) <codecutter@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants