<PackageReference Include="NUnit" Version="3.0.0-beta-5" />

ParallelScope

public enum ParallelScope
The ParallelScope enumeration permits specifying the degree to which a test and its descendants may be run in parallel.

Descendants of the test may be run in parallel with one another

Descendants of the test down to the level of TestFixtures may be run in parallel

None = 0

No Parallelism is permitted

Self = 1

The test itself may be run in parallel with others at the same level