Phase 0 completion: NT8 SDK core framework with risk management and position sizing
Some checks failed
Build and Test / build (push) Has been cancelled
Some checks failed
Build and Test / build (push) Has been cancelled
This commit is contained in:
18
tests/NT8.Performance.Tests/NT8.Performance.Tests.csproj
Normal file
18
tests/NT8.Performance.Tests/NT8.Performance.Tests.csproj
Normal file
@@ -0,0 +1,18 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net48</TargetFramework>
|
||||
<IsPackable>false</IsPackable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
|
||||
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\src\NT8.Core\NT8.Core.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
15
tests/NT8.Performance.Tests/PlaceholderTests.cs
Normal file
15
tests/NT8.Performance.Tests/PlaceholderTests.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
||||
namespace NT8.Performance.Tests
|
||||
{
|
||||
[TestClass]
|
||||
public class PlaceholderPerformanceTests
|
||||
{
|
||||
[TestMethod]
|
||||
public void Placeholder_ShouldPass()
|
||||
{
|
||||
// Placeholder test to make project compile
|
||||
Assert.IsTrue(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
1
tests/NT8.Performance.Tests/UnitTest1.cs
Normal file
1
tests/NT8.Performance.Tests/UnitTest1.cs
Normal file
@@ -0,0 +1 @@
|
||||
// Removed - placeholder for performance tests
|
||||
Reference in New Issue
Block a user