0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-06-20 16:18:37 +03:00

move tests to csv

This commit is contained in:
bird_egop
2025-04-13 17:02:46 +03:00
parent 565158d9bd
commit 2cdd9f1e83
12 changed files with 274 additions and 518 deletions

View File

@ -10,6 +10,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CsvHelper" Version="33.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
@ -27,8 +28,11 @@
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="TestData\popreg_tests.csv" />
<EmbeddedResource Include="TestData\pushreg_tests.csv" />
<None Remove="instruction_test.json" />
<EmbeddedResource Include="instruction_test.json" />
<None Remove="PushTests\push_tests.csv" />
</ItemGroup>
</Project>