chore: add GUT test framework
This commit is contained in:
6
addons/gut/test/output_tests/test_with_errors.gd
Normal file
6
addons/gut/test/output_tests/test_with_errors.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
extends GutTest
|
||||
|
||||
|
||||
func test_with_push_error():
|
||||
push_error('this is a push error')
|
||||
assert_true(true, 'passing assert')
|
||||
Reference in New Issue
Block a user