Skip to content

Commit

Permalink
chore(tests): move all tests to DisCatSharp.Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Dec 21, 2023
1 parent 52bbe3f commit 29f93e8
Show file tree
Hide file tree
Showing 54 changed files with 16 additions and 16 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../DisCatSharp.Targets/Library.targets" />
<Import Project="../DisCatSharp.Targets/InternalsVisibleTo.targets" />
<Import Project="../../DisCatSharp.Targets/Library.targets" />
<Import Project="../../DisCatSharp.Targets/InternalsVisibleTo.targets" />

<PropertyGroup>
<Nullable>enable</Nullable>
Expand Down Expand Up @@ -33,8 +33,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\DisCatSharp.Configuration\DisCatSharp.Configuration.csproj" />
<ProjectReference Include="..\DisCatSharp\DisCatSharp.csproj" />
<ProjectReference Include="..\..\DisCatSharp.Configuration\DisCatSharp.Configuration.csproj" />
<ProjectReference Include="..\..\DisCatSharp\DisCatSharp.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../DisCatSharp.Targets/Library.targets" />
<Import Project="../DisCatSharp.Targets/InternalsVisibleTo.targets" />
<Import Project="../../DisCatSharp.Targets/Library.targets" />
<Import Project="../../DisCatSharp.Targets/InternalsVisibleTo.targets" />
<PropertyGroup>
<Nullable>enable</Nullable>
<NoWarn>1591;NU5128;DV2001;CS0271</NoWarn>
Expand All @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\DisCatSharp\DisCatSharp.csproj" />
<ProjectReference Include="..\..\DisCatSharp\DisCatSharp.csproj" />
</ItemGroup>

</Project>
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../DisCatSharp.Targets/Library.targets" />
<Import Project="../DisCatSharp.Targets/InternalsVisibleTo.targets" />
<Import Project="../../DisCatSharp.Targets/Library.targets" />
<Import Project="../../DisCatSharp.Targets/InternalsVisibleTo.targets" />

<PropertyGroup>
<Nullable>enable</Nullable>
Expand Down Expand Up @@ -33,10 +33,10 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\DisCatSharp.Hosting\DisCatSharp.Hosting.csproj" />
<ProjectReference Include="..\DisCatSharp.Interactivity\DisCatSharp.Interactivity.csproj" />
<ProjectReference Include="..\DisCatSharp.Lavalink\DisCatSharp.Lavalink.csproj" />
<ProjectReference Include="..\DisCatSharp\DisCatSharp.csproj" />
<ProjectReference Include="..\..\DisCatSharp.Hosting\DisCatSharp.Hosting.csproj" />
<ProjectReference Include="..\..\DisCatSharp.Interactivity\DisCatSharp.Interactivity.csproj" />
<ProjectReference Include="..\..\DisCatSharp.Lavalink\DisCatSharp.Lavalink.csproj" />
<ProjectReference Include="..\..\DisCatSharp\DisCatSharp.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions DisCatSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DisCatSharp.ApplicationComm
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DisCatSharp.Configuration", "DisCatSharp.Configuration\DisCatSharp.Configuration.csproj", "{603287D3-1EF2-47F1-A611-C7F25869DE14}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DisCatSharp.Configuration.Tests", "DisCatSharp.Configuration.Tests\DisCatSharp.Configuration.Tests.csproj", "{E15E88B4-63AD-42DE-B685-D31697C62194}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DisCatSharp.Configuration.Tests", "DisCatSharp.Tests\DisCatSharp.Configuration.Tests\DisCatSharp.Configuration.Tests.csproj", "{E15E88B4-63AD-42DE-B685-D31697C62194}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DisCatSharp.Hosting", "DisCatSharp.Hosting\DisCatSharp.Hosting.csproj", "{72CCE5D5-926B-432A-876A-065FA2BC9B7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DisCatSharp.Hosting.Tests", "DisCatSharp.Hosting.Tests\DisCatSharp.Hosting.Tests.csproj", "{D02B598A-F0C9-4A8C-B8DE-7C0BAC8C9B94}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DisCatSharp.Hosting.Tests", "DisCatSharp.Tests\DisCatSharp.Hosting.Tests\DisCatSharp.Hosting.Tests.csproj", "{D02B598A-F0C9-4A8C-B8DE-7C0BAC8C9B94}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DisCatSharp.Hosting.DependencyInjection", "DisCatSharp.Hosting.DependencyInjection\DisCatSharp.Hosting.DependencyInjection.csproj", "{2D67D1DD-E5B2-40C7-80E2-54D63730E7F0}"
EndProject
Expand Down Expand Up @@ -85,7 +85,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{11D25C98
DisCatSharp.Tools\rebuild-lib.ps1 = DisCatSharp.Tools\rebuild-lib.ps1
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DisCatSharp.EventHandlers.Tests", "DisCatSharp.EventHandlers.Tests\DisCatSharp.EventHandlers.Tests.csproj", "{BE646FCD-8A56-46DC-978D-AC1E0A892A9F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DisCatSharp.EventHandlers.Tests", "DisCatSharp.Tests\DisCatSharp.EventHandlers.Tests\DisCatSharp.EventHandlers.Tests.csproj", "{BE646FCD-8A56-46DC-978D-AC1E0A892A9F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{267EFBFF-ECD2-4686-A5DE-5B642F8A7CCB}"
EndProject
Expand Down

0 comments on commit 29f93e8

Please sign in to comment.