chore: add GUT test framework
This commit is contained in:
4
addons/gut/test/resources/GutControlDirs/a/b/c/test_c.gd
Normal file
4
addons/gut/test/resources/GutControlDirs/a/b/c/test_c.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends GutTest
|
||||
|
||||
func test_something():
|
||||
assert_gt(randf(), .5)
|
||||
@@ -0,0 +1 @@
|
||||
uid://coac1tk76usy5
|
||||
4
addons/gut/test/resources/GutControlDirs/a/b/test_b.gd
Normal file
4
addons/gut/test/resources/GutControlDirs/a/b/test_b.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends GutTest
|
||||
|
||||
func test_something():
|
||||
assert_gt(randf(), .5)
|
||||
@@ -0,0 +1 @@
|
||||
uid://c44nt8q7748v3
|
||||
4
addons/gut/test/resources/GutControlDirs/a/d/test_d.gd
Normal file
4
addons/gut/test/resources/GutControlDirs/a/d/test_d.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends GutTest
|
||||
|
||||
func test_something():
|
||||
assert_gt(randf(), .5)
|
||||
@@ -0,0 +1 @@
|
||||
uid://bnk14c2usoxpj
|
||||
@@ -0,0 +1,4 @@
|
||||
extends GutTest
|
||||
|
||||
func test_something():
|
||||
assert_gt(randf(), .5)
|
||||
@@ -0,0 +1 @@
|
||||
uid://bumfinakdvxvo
|
||||
4
addons/gut/test/resources/GutControlDirs/a/e/f/test_f.gd
Normal file
4
addons/gut/test/resources/GutControlDirs/a/e/f/test_f.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends GutTest
|
||||
|
||||
func test_something():
|
||||
assert_gt(randf(), .5)
|
||||
@@ -0,0 +1 @@
|
||||
uid://c1s0c7oexnsva
|
||||
4
addons/gut/test/resources/GutControlDirs/a/e/test_e.gd
Normal file
4
addons/gut/test/resources/GutControlDirs/a/e/test_e.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends GutTest
|
||||
|
||||
func test_something():
|
||||
assert_gt(randf(), .5)
|
||||
@@ -0,0 +1 @@
|
||||
uid://db4ayct3ohy4k
|
||||
4
addons/gut/test/resources/GutControlDirs/a/test_a.gd
Normal file
4
addons/gut/test/resources/GutControlDirs/a/test_a.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends GutTest
|
||||
|
||||
func test_something():
|
||||
assert_gt(randf(), .5)
|
||||
1
addons/gut/test/resources/GutControlDirs/a/test_a.gd.uid
Normal file
1
addons/gut/test/resources/GutControlDirs/a/test_a.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://dj40j85rvmb4u
|
||||
@@ -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
|
||||
}
|
||||
4
addons/gut/test/resources/GutControlDirs/test_root.gd
Normal file
4
addons/gut/test/resources/GutControlDirs/test_root.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends GutTest
|
||||
|
||||
func test_something():
|
||||
assert_gt(randf(), .5)
|
||||
@@ -0,0 +1 @@
|
||||
uid://dqsr018hngojo
|
||||
Reference in New Issue
Block a user