chore: add GUT test framework
This commit is contained in:
4
addons/gut/test/resources/GutControlDirs/test_root.gd
Normal file
4
addons/gut/test/resources/GutControlDirs/test_root.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends GutTest
|
||||
|
||||
func test_something():
|
||||
assert_gt(randf(), .5)
|
||||
Reference in New Issue
Block a user