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,23 @@
{
"_post_run_script": "res://test/post_run_export_json.gd",
"include_subdirs": true,
"dirs": [
"res://test/unit/",
"res://test/integration/"
],
"should_exit": true,
"log_level": 2,
"hide_orphans": false,
"should_exit_on_success": false,
"should_maximize": false,
"ignore_pause": true,
"double_strategy": "script_only",
"inner_class": "",
"disable_colors": false,
"compact_mode": true,
"gut_on_top": true,
"post_run_script":"res://test/gut_post_run.gd"
}