test runner added

This commit is contained in:
2026-01-28 11:22:20 -05:00
parent 8b5a7b1989
commit f4c7bab6b0
154 changed files with 18934 additions and 22 deletions

View File

@@ -47,6 +47,42 @@ list=Array[Dictionary]([{
"language": &"GDScript",
"path": "res://scripts/ui/GameUI.gd"
}, {
"base": &"Logger",
"class": &"GutErrorTracker",
"icon": "",
"language": &"GDScript",
"path": "res://addons/gut/error_tracker.gd"
}, {
"base": &"RefCounted",
"class": &"GutHookScript",
"icon": "",
"language": &"GDScript",
"path": "res://addons/gut/hook_script.gd"
}, {
"base": &"RefCounted",
"class": &"GutStringUtils",
"icon": "",
"language": &"GDScript",
"path": "res://addons/gut/strutils.gd"
}, {
"base": &"Node",
"class": &"GutTest",
"icon": "",
"language": &"GDScript",
"path": "res://addons/gut/test.gd"
}, {
"base": &"RefCounted",
"class": &"GutTrackedError",
"icon": "",
"language": &"GDScript",
"path": "res://addons/gut/gut_tracked_error.gd"
}, {
"base": &"Object",
"class": &"GutUtils",
"icon": "",
"language": &"GDScript",
"path": "res://addons/gut/utils.gd"
}, {
"base": &"Control",
"class": &"HandDisplay",
"icon": "",
@@ -90,6 +126,12 @@ list=Array[Dictionary]([{
"path": "res://scripts/visual/TableSetup.gd"
}, {
"base": &"RefCounted",
"class": &"TestCardData",
"icon": "",
"language": &"GDScript",
"path": "res://tests/fixtures/test_card_data.gd"
}, {
"base": &"RefCounted",
"class": &"TurnManager",
"icon": "",
"language": &"GDScript",