feat: init
This commit is contained in:
13
GodotHelper.Tests/test/Tests.cs
Normal file
13
GodotHelper.Tests/test/Tests.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace GodotHelper.Tests;
|
||||
|
||||
using System.Reflection;
|
||||
using Chickensoft.GoDotTest;
|
||||
using Godot;
|
||||
|
||||
public partial class Tests : Node2D
|
||||
{
|
||||
public override void _Ready() => CallDeferred(MethodName.RunTests);
|
||||
|
||||
public void RunTests() =>
|
||||
GoTest.RunTests(Assembly.GetExecutingAssembly(), this);
|
||||
}
|
||||
Reference in New Issue
Block a user