Maxime Dupuis

Results 4 issues of Maxime Dupuis

# Context [Awaiting](https://gut.readthedocs.io/en/latest/Awaiting.html#awaiting) provides wait_seconds, wait_frames and wait_for_signal, which are great. A pattern that often comes up in my tests is to wait for a particular condition to be true....

enhancement

I think it could be useful. For example, in my game I want to test that when I hit an enemy, then it dies and is freed. But I found...

Using [Node.add_sibling](https://docs.godotengine.org/en/stable/classes/class_node.html#class-node-method-add-sibling) results in an orphans warning: # Reproduce potato.gd ``` extends Node class_name Potato func spawn_another_potato() -> void: add_sibling(Potato.new()) ``` test_potato.gd ``` extends GutTest func test_spawn_another_potato() -> void: var...

documentation

First step for issue: https://github.com/bitwes/Gut/issues/585 Replaces https://github.com/bitwes/Gut/pull/577. Closing it.