chore: add GUT test framework

This commit is contained in:
xiaji
2026-05-29 09:16:10 +08:00
parent 5741ba1dc0
commit 07fc763413
808 changed files with 76903 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
extends GutTest
func test_something():
assert_gt(randf(), .5)

View File

@@ -0,0 +1 @@
uid://coac1tk76usy5

View File

@@ -0,0 +1,4 @@
extends GutTest
func test_something():
assert_gt(randf(), .5)

View File

@@ -0,0 +1 @@
uid://c44nt8q7748v3

View File

@@ -0,0 +1,4 @@
extends GutTest
func test_something():
assert_gt(randf(), .5)

View File

@@ -0,0 +1 @@
uid://bnk14c2usoxpj

View File

@@ -0,0 +1,4 @@
extends GutTest
func test_something():
assert_gt(randf(), .5)

View File

@@ -0,0 +1 @@
uid://bumfinakdvxvo

View File

@@ -0,0 +1,4 @@
extends GutTest
func test_something():
assert_gt(randf(), .5)

View File

@@ -0,0 +1 @@
uid://c1s0c7oexnsva

View File

@@ -0,0 +1,4 @@
extends GutTest
func test_something():
assert_gt(randf(), .5)

View File

@@ -0,0 +1 @@
uid://db4ayct3ohy4k

View File

@@ -0,0 +1,4 @@
extends GutTest
func test_something():
assert_gt(randf(), .5)

View File

@@ -0,0 +1 @@
uid://dj40j85rvmb4u

View File

@@ -0,0 +1,35 @@
{
"background_color": "292929ff",
"compact_mode": false,
"config_file": "res://.gutconfig.json",
"dirs": [
"res://test/resources/GutControlDirs",
"res://test/unit"
],
"disable_colors": false,
"double_strategy": "include super",
"font_color": "137700ff",
"font_name": "CourierPrime",
"font_size": 16,
"gut_on_top": true,
"hide_orphans": true,
"ignore_pause": true,
"include_subdirs": true,
"inner_class": null,
"junit_xml_file": "",
"junit_xml_timestamp": false,
"log_level": 3,
"opacity": 100,
"paint_after": 0.1,
"post_run_script": "",
"pre_run_script": "",
"prefix": "test_",
"selected": "test_i482_double_resource.gd",
"should_exit": false,
"should_exit_on_success": true,
"should_maximize": false,
"show_help": false,
"suffix": ".gd",
"tests": [],
"unit_test_name": null
}

View File

@@ -0,0 +1,4 @@
extends GutTest
func test_something():
assert_gt(randf(), .5)

View File

@@ -0,0 +1 @@
uid://dqsr018hngojo