Replace Gut with WAT

Gut was freezing on some integration tests. It was also entering an
infinite loop after exiting (even after closing Godot and VSCode) which
caused a `godot.log` file in app_userdata to keep growing until my hard
drive was full.
This commit is contained in:
Leroy Hopson 2021-07-03 20:54:34 +07:00
parent 39702646dc
commit 115521f645
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
10 changed files with 165 additions and 162 deletions

6
.gitignore vendored
View file

@ -20,5 +20,7 @@ mono_crash.*
# Package-manager-specific ignores
.plugged
# Addon-specific ignores
addons/gut
# Test-specific ignores
addons/WAT
test/results.xml
test/test_metadata.json