godot-xterm/test/.gutconfig.3.2.json
Leroy Hopson bec14fee14
Enable tests for v3.2
OS.set_environment() not available in v3.2 so create a new gut config
file that skips these tests for v3.2.
2021-07-23 22:07:57 +07:00

10 lines
150 B
JSON

{
"dirs": [
"res://test/unit"
],
"prefix": "",
"suffix": ".test.gd",
"include_subdirs": true,
"log_level": 2,
"should_exit": true
}