#Workflow for testing autoload/singleton objects? "Run Current Scene" creates ANOTHER instance
3 messages · Page 1 of 1 (latest)
eg. persistent data and UI handlers (the docs themselves mention these use cases)
Persistent data is just a set of variables without any logic. There is nothing to be tested there. If the script doesn't contain syntax errors it is working fine.
UI handlers have to be tested in context of a scene containing UI elements.