Skip to content

Enable parallel test execution - #1002

Merged
sebastienros merged 1 commit into
mainfrom
enable-parallel-test-execution
Sep 15, 2026
Merged

sebastienros merged 1 commit into
mainfrom
enable-parallel-test-execution

Conversation

@sebastienros

Copy link
Copy Markdown
Owner

Summary

  • run the xUnit test project through Microsoft Testing Platform
  • enable assembly-wide parallel execution for all tests
  • keep assembly-level configuration under the conventional Properties directory

Testing

  • dotnet test --project .\Fluid.Tests\Fluid.Tests.csproj (2,800 passed, 20 skipped)

@sebastienros
sebastienros merged commit 483afff into main Sep 15, 2026
3 checks passed
@sebastienros
sebastienros deleted the enable-parallel-test-execution branch September 15, 2026 16:29
using Xunit.Sdk;
using Xunit.v3;

[assembly: Parallelization(Mode = ParallelMode.All)]

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

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

Successfully merging this pull request may close these issues.

2 participants