test runner added
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user