mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-03 20:14:22 +02:00
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:
parent
39702646dc
commit
115521f645
10 changed files with 165 additions and 162 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue