You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if this question has been made already. I went through several issues but couldn't find what i'm looking for.
The tests run fine in the terminal/command line, just like the guide says. But it quickly opens and closes a window with the same results printed in the terminal. Even though it happens fast, it's a little annoying when exercising TDD.
Is this intended? How can I disable this behavior?
I'm using the command gut -gselect=test_example.gd and gut is the following alias
alias gut='godot --debug-collisions --path $PWD -d -s addons/gut/gut_cmdln.gd'
My config file (almost equal to the one from the wiki)