Skip to content

Commit c5f44a1

Browse files
committed
Moved integration tests into a sub folder
1 parent 20e14b2 commit c5f44a1

9 files changed

+9
-8
lines changed

GitVersionCore.Tests/GitVersionCore.Tests.csproj

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@
6969
<Compile Include="ConfigReaderTests.cs" />
7070
<Compile Include="GitDirFinderTests.cs" />
7171
<Compile Include="Fixtures\BaseGitFlowRepositoryFixture.cs" />
72-
<Compile Include="GitFlow\DevelopScenarios.cs" />
73-
<Compile Include="GitFlow\MetaDataByCommitScenarios.cs" />
74-
<Compile Include="GitFlow\PatchScenarios.cs" />
75-
<Compile Include="GitFlow\ReleaseBranchTests.cs" />
76-
<Compile Include="GitFlow\WikiScenarios.cs" />
77-
<Compile Include="GitHubFlow\OtherBranchTests.cs" />
78-
<Compile Include="GitHubFlow\ReleaseBranchTests.cs" />
72+
<Compile Include="IntegrationTests\GitFlow\DevelopScenarios.cs" />
73+
<Compile Include="IntegrationTests\GitFlow\MetaDataByCommitScenarios.cs" />
74+
<Compile Include="IntegrationTests\GitFlow\PatchScenarios.cs" />
75+
<Compile Include="IntegrationTests\GitFlow\ReleaseBranchTests.cs" />
76+
<Compile Include="IntegrationTests\GitFlow\WikiScenarios.cs" />
77+
<Compile Include="IntegrationTests\GitHubFlow\OtherBranchTests.cs" />
78+
<Compile Include="IntegrationTests\GitHubFlow\ReleaseBranchTests.cs" />
7979
<Compile Include="Helpers\Constants.cs" />
8080
<Compile Include="Helpers\NextVersionWriter.cs" />
8181
<Compile Include="InformationalVersionBuilderTests.cs" />
@@ -85,7 +85,7 @@
8585
<Compile Include="Fixtures\EmptyRepositoryFixture.cs" />
8686
<Compile Include="Helpers\GitHelper.cs" />
8787
<Compile Include="Helpers\PathHelper.cs" />
88-
<Compile Include="GitHubFlow\MasterTests.cs" />
88+
<Compile Include="IntegrationTests\GitHubFlow\MasterTests.cs" />
8989
<Compile Include="ApprovalTestsConfig.cs" />
9090
<Compile Include="Fixtures\RepositoryFixtureBase.cs" />
9191
<Compile Include="SemanticVersionTests.cs" />
@@ -173,6 +173,7 @@
173173
<Content Include="Resources\commit_counting_wd\file.txt" />
174174
<Content Include="Resources\commit_counting_wd\new.txt" />
175175
</ItemGroup>
176+
<ItemGroup />
176177
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
177178
<PropertyGroup>
178179
<PostBuildEvent>

0 commit comments

Comments
 (0)