File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed
Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 5757 <PackageVersion Include =" xunit.v3.extensibility.core" Version =" 3.1.0" />
5858 <PackageVersion Include =" Microsoft.Testing.Extensions.CodeCoverage" Version =" 17.14.2" />
5959 <PackageVersion Include =" OpenTelemetry.Extensions.Hosting" Version =" 1.13.1" />
60+ <PackageVersion Include =" Meziantou.Xunit.v3.ParallelTestFramework" Version =" 1.0.6" />
6061 </ItemGroup >
6162 <!-- cake -->
6263 <ItemGroup Label =" cake" >
Original file line number Diff line number Diff line change 3333 <File Path =" README.md" />
3434 <File Path =" targetframeworks-windows.props" />
3535 <File Path =" targetframeworks.props" />
36+ <File Path =" tests/test-libraries.props" />
37+ <File Path =" tests/xunit.runner.json" />
3638 <File Path =" version.json" />
3739 </Folder >
3840 <Folder Name =" /src/" >
Original file line number Diff line number Diff line change 1212 </PropertyGroup >
1313
1414 <ItemGroup >
15+ <PackageReference Include =" Meziantou.Xunit.v3.ParallelTestFramework" />
1516 <PackageReference Include =" Microsoft.Testing.Extensions.CodeCoverage" />
1617 <PackageReference Include =" NSubstitute" />
1718 <PackageReference Include =" NSubstitute.Analyzers.CSharp" />
Original file line number Diff line number Diff line change 44 "parallelizeAssembly" : true ,
55 "showLiveOutput" : true ,
66 "parallelizeTestCollections" : true ,
7- "parallelAlgorithm" : " aggressive"
7+ "parallelAlgorithm" : " aggressive" ,
8+ "preEnumerateTheories" : true
89}
You can’t perform that action at this time.
0 commit comments