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:
15
tests/NT8.Integration.Tests/PlaceholderTests.cs
Normal file
15
tests/NT8.Integration.Tests/PlaceholderTests.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
||||
namespace NT8.Integration.Tests
|
||||
{
|
||||
[TestClass]
|
||||
public class PlaceholderIntegrationTests
|
||||
{
|
||||
[TestMethod]
|
||||
public void Placeholder_ShouldPass()
|
||||
{
|
||||
// Placeholder test to make project compile
|
||||
Assert.IsTrue(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user