mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-17 18:28:00 -05:00
10 lines
280 B
JSON
10 lines
280 B
JSON
{
|
|
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
|
|
"parallelizeAssembly": false,
|
|
"parallelizeTestCollections": true,
|
|
"maxParallelThreads": -1,
|
|
"methodDisplay": "classAndMethod",
|
|
"diagnosticMessages": false,
|
|
"parallelAlgorithm": "aggressive"
|
|
}
|