Files
MovementTests/gdunit4_testadapter_v5/GdUnit4TestRunnerScene.cs
Minimata 74876a9a5d
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 19s
Create tag and build when new code gets to main / Test (push) Failing after 6m42s
Create tag and build when new code gets to main / Export (push) Successful in 8m7s
started proper testing
2026-02-17 22:51:58 +01:00

15 lines
359 B
C#

// Copyright (c) 2025 Mike Schulze
// MIT License - See LICENSE file in the repository root for full license text
// ReSharper disable once CheckNamespace
namespace GdUnit4.TestRunner;
using Core.Runners;
/// <summary>
/// The GdUnit4Net test runner scene.
/// </summary>
public partial class GdUnit4TestRunnerScene : GdUnit4TestRunnerSceneCore
{
}