@@ -3,7 +3,3 @@ using System.Diagnostics;
using System.Reflection;
using Terminal.Gui;
using Xunit;
-
-// Since Application is a singleton we can't run tests in parallel
-[assembly: CollectionBehavior (DisableTestParallelization = true)]
@@ -38,6 +38,11 @@
<ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
<ProjectReference Include="..\UICatalog\UICatalog.csproj" />
</ItemGroup>
+ <ItemGroup>
+ <None Update="xunit.runner.json">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </None>
+ </ItemGroup>
<PropertyGroup Label="FineCodeCoverage">
<Enabled>
True
@@ -1,5 +1,6 @@
{
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
"parallelizeTestCollections": false,
- "parallelizeAssembly": false
+ "parallelizeAssembly": false,
+ "stopOnFail": false
}