Skip to content

Commit 1d97b0e

Browse files
authored
Merge pull request #275 from xt0rted/dependabot/nuget/testing-09c70f1ba0
Bump the testing group with 3 updates
2 parents 43987e5 + 127a97a commit 1d97b0e

8 files changed

+5
-13
lines changed

test/CommandBuilderTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ namespace RunScript;
55
using System.CommandLine.Rendering;
66

77
[Trait("category", "unit")]
8-
[UsesVerify]
98
public class CommandBuilderTests
109
{
1110
private const string DefaultComSpec = @"C:\WINDOWS\system32\cmd.exe";

test/CommandGroupRunnerTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ namespace RunScript;
66
using System.Threading.Tasks;
77

88
[Trait("category", "unit")]
9-
[UsesVerify]
109
public class CommandGroupRunnerTests
1110
{
1211
[Theory]

test/GlobalCommandsTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ namespace RunScript;
66
using System.Threading.Tasks;
77

88
[Trait("category", "unit")]
9-
[UsesVerify]
109
public class GlobalCommandsTests
1110
{
1211
[Fact]

test/Integration/CommandBuilderTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ public static class CommandBuilderTests
99
{
1010
// Passing `bash` works locally, but not on CI due to no WSL so the next best thing is using git bash
1111
[Trait("category", "integration")]
12-
[UsesVerify]
1312
public class WindowsPlatform
1413
{
1514
[WindowsTheory]
@@ -26,7 +25,6 @@ await CommandBuilderTests.Should_execute_single_script_in_shell(
2625
}
2726

2827
[Trait("category", "integration")]
29-
[UsesVerify]
3028
public class UnixPlatforms
3129
{
3230
[UnixTheory]

test/Logging/GitHubActionsLogGroupTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ namespace RunScript.Logging;
44
using System.CommandLine.Rendering;
55

66
[Trait("category", "unit")]
7-
[UsesVerify]
87
public class GitHubActionsLogGroupTests
98
{
109
[Fact]

test/ProjectLoaderTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
namespace RunScript;
22

33
[Trait("category", "unit")]
4-
[UsesVerify]
54
public class ProjectLoaderTests
65
{
76
[Fact]

test/RunScriptCommandTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ public void Should_match_multiple_segments()
165165
}
166166

167167
[Trait("category", "unit")]
168-
[UsesVerify]
169168
public class RunResults
170169
{
171170
[Theory]

test/Tests.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="FakeItEasy" Version="8.0.0" />
14+
<PackageReference Include="FakeItEasy" Version="8.1.0" />
1515
<PackageReference Include="FakeItEasy.Analyzer.CSharp" Version="6.1.1">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
@@ -20,11 +20,11 @@
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2222
</PackageReference>
23-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
23+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
2424
<PackageReference Include="Shouldly" Version="4.2.1" />
25-
<PackageReference Include="Verify.Xunit" Version="22.5.0" />
26-
<PackageReference Include="xunit" Version="2.6.2" />
27-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
25+
<PackageReference Include="Verify.Xunit" Version="23.7.2" />
26+
<PackageReference Include="xunit" Version="2.7.0" />
27+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
<PrivateAssets>all</PrivateAssets>
3030
</PackageReference>

0 commit comments

Comments
 (0)