chore: add GUT test framework
This commit is contained in:
5
addons/gut/test/samples/test_sample_two.gd
Normal file
5
addons/gut/test/samples/test_sample_two.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
#Just another sample used for illustrating running multiple scripts.
|
||||
extends "res://addons/gut/test.gd"
|
||||
|
||||
func test_one():
|
||||
assert_ne("five", "five", "This should fail")
|
||||
Reference in New Issue
Block a user