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

9
.gutconfig.json Normal file
View File

@@ -0,0 +1,9 @@
{
"dirs": ["res://tests/unit", "res://tests/integration"],
"prefix": "test_",
"suffix": ".gd",
"include_subdirs": true,
"log_level": 1,
"should_exit": false,
"font_size": 16
}