Skip to content

Upgraded to GitTools.Testing #640

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union
*.sln
*.csproj
*.vbproj
*.fsproj
*.dbproj

# Denote all files that are truly binary and should not be modified.
*.dll binary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void GenerateMessageTest()
generatedParameterMessages[0].ShouldBe("GitVersion_name=value");
}

[Test, Explicit]
[Test]
public void WriteAllVariablesToTheTextWriter()
{
// this test method writes to disc, hence marked explicit
Expand Down
42 changes: 0 additions & 42 deletions src/GitVersionCore.Tests/Fixtures/BaseGitFlowRepositoryFixture.cs

This file was deleted.

22 changes: 0 additions & 22 deletions src/GitVersionCore.Tests/Fixtures/CommitCountingRepoFixture.cs

This file was deleted.

19 changes: 0 additions & 19 deletions src/GitVersionCore.Tests/Fixtures/EmptyRepositoryFixture.cs

This file was deleted.

9 changes: 0 additions & 9 deletions src/GitVersionCore.Tests/Fixtures/LocalRepositoryFixture.cs

This file was deleted.

50 changes: 0 additions & 50 deletions src/GitVersionCore.Tests/Fixtures/RemoteRepositoryFixture.cs

This file was deleted.

199 changes: 0 additions & 199 deletions src/GitVersionCore.Tests/Fixtures/RepositoryFixtureBase.cs

This file was deleted.

Loading