Refactor validation tests for various indicators to utilize shared test data structure

This commit is contained in:
Miha Kralj
2025-12-12 13:47:57 -08:00
parent e6033638ad
commit cea3e0c46d
29 changed files with 1167 additions and 1804 deletions
+3
View File
@@ -13,6 +13,7 @@
<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageReference Include="OoplesFinance.StockIndicators" Version="1.0.53" />
<PackageReference Include="Skender.Stock.Indicators" Version="2.7.0" />
<PackageReference Include="TALib.NETCore" Version="0.5.0" />
<PackageReference Include="Tulip.NETCore" Version="0.8.0.1" />
@@ -32,6 +33,8 @@
<ItemGroup>
<Compile Include="**\*.Tests.cs" Exclude="**\*.Quantower.Tests.cs" />
<Compile Include="feeds\gbm\ValidationHelper.cs" />
<Compile Include="feeds\gbm\ValidationTestData.cs" />
</ItemGroup>
<ItemGroup>