Skip to content

Commit 1942455

Browse files
committed
Removes unused GitVersion.Core.Tests.IntegrationTests using directives across multiple test files.
1 parent 692e093 commit 1942455

File tree

82 files changed

+0
-82
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+0
-82
lines changed

src/GitVersion.Core.Tests/Core/RepositoryStoreTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using GitVersion.Configuration;
22
using GitVersion.Core.Tests.Helpers;
3-
using GitVersion.Core.Tests.IntegrationTests;
43
using GitVersion.Git;
54
using GitVersion.Logging;
65
using Microsoft.Extensions.DependencyInjection;

src/GitVersion.Core.Tests/Mainline/MainlineScenariosWithAGitFlow+GivenADevelopBranchWithOneCommitMergedToMainWhen.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using GitVersion.Configuration;
22
using GitVersion.Core.Tests;
3-
using GitVersion.Core.Tests.IntegrationTests;
43
using GitVersion.VersionCalculation;
54

65
namespace GitVersion.Core.Mainline;

src/GitVersion.Core.Tests/Mainline/MainlineScenariosWithAGitFlow+GivenADevelopBranchWithOneCommitMergedToMainWhenMergedCommitTaggedAsStable.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using GitVersion.Configuration;
22
using GitVersion.Core.Tests;
3-
using GitVersion.Core.Tests.IntegrationTests;
43
using GitVersion.VersionCalculation;
54

65
namespace GitVersion.Core.Mainline;

src/GitVersion.Core.Tests/Mainline/MainlineScenariosWithAGitHubFlow+GivenAFeatureBranchWithAMergeCommitFromMainMergedBackToMainWhen.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using GitVersion.Configuration;
22
using GitVersion.Core.Tests;
3-
using GitVersion.Core.Tests.IntegrationTests;
43
using GitVersion.VersionCalculation;
54

65
namespace GitVersion.Core.Mainline;

src/GitVersion.Core.Tests/Mainline/MainlineScenariosWithAGitHubFlow+GivenAFeatureBranchWithAMergeCommitFromMainWhen.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using GitVersion.Configuration;
22
using GitVersion.Core.Tests;
3-
using GitVersion.Core.Tests.IntegrationTests;
43
using GitVersion.VersionCalculation;
54

65
namespace GitVersion.Core.Mainline;

src/GitVersion.Core.Tests/Mainline/MainlineScenariosWithAGitHubFlow+GivenAFeatureBranchWithOneCommitBranchedFromMainWhen.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using GitVersion.Configuration;
22
using GitVersion.Core.Tests;
3-
using GitVersion.Core.Tests.IntegrationTests;
43
using GitVersion.VersionCalculation;
54

65
namespace GitVersion.Core.Mainline;

src/GitVersion.Core.Tests/Mainline/MainlineScenariosWithAGitHubFlow+GivenAFeatureBranchWithOneCommitBranchedFromMainWhenCommitAHasBumpMessageMajor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using GitVersion.Configuration;
22
using GitVersion.Core.Tests;
3-
using GitVersion.Core.Tests.IntegrationTests;
43
using GitVersion.VersionCalculation;
54

65
namespace GitVersion.Core.Mainline;

src/GitVersion.Core.Tests/Mainline/MainlineScenariosWithAGitHubFlow+GivenAFeatureBranchWithOneCommitBranchedFromMainWhenCommitAHasBumpMessageMinor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using GitVersion.Configuration;
22
using GitVersion.Core.Tests;
3-
using GitVersion.Core.Tests.IntegrationTests;
43
using GitVersion.VersionCalculation;
54

65
namespace GitVersion.Core.Mainline;

src/GitVersion.Core.Tests/Mainline/MainlineScenariosWithAGitHubFlow+GivenAFeatureBranchWithOneCommitBranchedFromMainWhenCommitAHasBumpMessagePatch.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using GitVersion.Configuration;
22
using GitVersion.Core.Tests;
3-
using GitVersion.Core.Tests.IntegrationTests;
43
using GitVersion.VersionCalculation;
54

65
namespace GitVersion.Core.Mainline;

src/GitVersion.Core.Tests/Mainline/MainlineScenariosWithAGitHubFlow+GivenAFeatureBranchWithOneCommitBranchedFromMainWhenCommitATaggedAsPreRelease.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using GitVersion.Configuration;
22
using GitVersion.Core.Tests;
3-
using GitVersion.Core.Tests.IntegrationTests;
43
using GitVersion.VersionCalculation;
54

65
namespace GitVersion.Core.Mainline;

0 commit comments

Comments
 (0)