Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit dc1041a

Browse files
committed
Move UnitTests to test directory
1 parent e0e5ded commit dc1041a

File tree

73 files changed

+15
-15
lines changed

Some content is hidden

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

73 files changed

+15
-15
lines changed

GitHubVS.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Meta", "Meta", "{72036B62-2
1313
README.md = README.md
1414
EndProjectSection
1515
EndProject
16-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "src\UnitTests\UnitTests.csproj", "{596595A6-2A3C-469E-9386-9E3767D863A5}"
16+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "test\UnitTests\UnitTests.csproj", "{596595A6-2A3C-469E-9386-9E3767D863A5}"
1717
EndProject
1818
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHub.UI", "src\GitHub.UI\GitHub.UI.csproj", "{346384DD-2445-4A28-AF22-B45F3957BD89}"
1919
EndProject

scripts/test.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if (!$?) {
4747
}
4848

4949
Write-Output "Running UnitTests..."
50-
Run-XUnit src UnitTests $TimeoutDuration $config -AppVeyor:$AppVeyor
50+
Run-XUnit test UnitTests $TimeoutDuration $config -AppVeyor:$AppVeyor
5151
if (!$?) {
5252
$exitcode = 3
5353
}
File renamed without changes.

src/UnitTests/GitHub.Api/SimpleApiClientFactoryTests.cs renamed to test/UnitTests/GitHub.Api/SimpleApiClientFactoryTests.cs

File renamed without changes.
File renamed without changes.

src/UnitTests/GitHub.App/Caches/CredentialCacheTests.cs renamed to test/UnitTests/GitHub.App/Caches/CredentialCacheTests.cs

File renamed without changes.
File renamed without changes.

src/UnitTests/GitHub.App/Controllers/UIControllerTests.cs renamed to test/UnitTests/GitHub.App/Controllers/UIControllerTests.cs

File renamed without changes.

0 commit comments

Comments
 (0)