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