cleanup: archive legacy-orders and placeholders, remove tombstone and backup files
This commit is contained in:
0
tests/_archive/placeholders/.gitkeep
Normal file
0
tests/_archive/placeholders/.gitkeep
Normal file
15
tests/_archive/placeholders/Integration_PlaceholderTests.cs
Normal file
15
tests/_archive/placeholders/Integration_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);
|
||||
}
|
||||
}
|
||||
}
|
||||
15
tests/_archive/placeholders/Performance_PlaceholderTests.cs
Normal file
15
tests/_archive/placeholders/Performance_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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user