chore: add GUT test framework
This commit is contained in:
9
addons/gut/test/gut_post_run.gd
Normal file
9
addons/gut/test/gut_post_run.gd
Normal file
@@ -0,0 +1,9 @@
|
||||
extends 'res://addons/gut/hook_script.gd'
|
||||
|
||||
|
||||
func run():
|
||||
print('!! --- post-run script --- !!')
|
||||
var oc = GutUtils.OrphanCounter.new()
|
||||
oc.record_orphans("post_run")
|
||||
oc.log_all()
|
||||
print('!! !!')
|
||||
Reference in New Issue
Block a user