Browse Source

Updated xunit

tags/1.0-rc
RogueException 8 years ago
parent
commit
c10ebeef57
2 changed files with 12 additions and 2 deletions
  1. +8
    -2
      test/Discord.Net.Tests/Discord.Net.Tests.csproj
  2. +4
    -0
      test/Discord.Net.Tests/xunit.runner.json

+ 8
- 2
test/Discord.Net.Tests/Discord.Net.Tests.csproj View File

@@ -5,6 +5,11 @@
<PackageTargetFallback>$(PackageTargetFallback);portable-net45+win8+wp8+wpa81</PackageTargetFallback> <PackageTargetFallback>$(PackageTargetFallback);portable-net45+win8+wp8+wpa81</PackageTargetFallback>
<RootNamespace>Discord</RootNamespace> <RootNamespace>Discord</RootNamespace>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<Content Include="xunit.runner.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="../../src/Discord.Net.Commands/Discord.Net.Commands.csproj" /> <ProjectReference Include="../../src/Discord.Net.Commands/Discord.Net.Commands.csproj" />
<ProjectReference Include="../../src/Discord.Net.Core/Discord.Net.Core.csproj" /> <ProjectReference Include="../../src/Discord.Net.Core/Discord.Net.Core.csproj" />
@@ -14,7 +19,8 @@
<PackageReference Include="Akavache" Version="5.0.0" /> <PackageReference Include="Akavache" Version="5.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20170123-02" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20170123-02" />
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" /> <PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="xunit" Version="2.2.0-beta4-build3444" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0-beta4-build1194" />
<PackageReference Include="xunit" Version="2.2.0-beta5-build3474" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0-beta5-build1225" />
<PackageReference Include="xunit.runner.reporters" Version="2.2.0-beta5-build3474" />
</ItemGroup> </ItemGroup>
</Project> </Project>

+ 4
- 0
test/Discord.Net.Tests/xunit.runner.json View File

@@ -0,0 +1,4 @@
{
"diagnosticMessages": true,
"methodDisplay": "classAndMethod"
}

Loading…
Cancel
Save