Skip to content

Tests in parallel fixtures not running in parallel per namespace #4679

Answered by Bartleby2718
madelson asked this question in Q&A
Discussion options

You must be logged in to vote

@madelson I think this is because you didn't have [Parallelizable] for public class Test. I tried to reproduce this in Bartleby2718/nunit-parallel-execution@e059d1b and got the following output:

========== Starting test run ==========
NUnit Adapter 4.5.0.0: Test execution started
Running selected tests in C:\Users\bartl\Documents\GitHub\nunit-parallel-execution\MyProject.Tests\bin\Debug\net8.0\MyProject.Tests.dll
   NUnit3TestExecutor discovered 4 of 4 NUnit test cases using Current Discovery mode, Non-Explicit run
N1OneTimeSetUp: Starting at 3/31/2024 9:19:40 PM
N2OneTimeSetUp: Starting at 3/31/2024 9:19:40 PM
N2OneTimeSetUp: Finishing at 3/31/2024 9:19:50 PM
N1OneTimeSetUp: Finishing at…

Replies: 13 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by OsirisTerje
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
4 participants
Converted from issue

This discussion was converted from issue #4267 on April 01, 2024 09:42.