first enemy test
This commit is contained in:
6
addons/gut/double_templates/function_template.txt
Normal file
6
addons/gut/double_templates/function_template.txt
Normal file
@ -0,0 +1,6 @@
|
||||
{func_decleration}
|
||||
{vararg_warning}__gutdbl.spy_on('{method_name}', {param_array})
|
||||
if(__gutdbl.is_stubbed_to_call_super('{method_name}', {param_array})):
|
||||
return {super_call}
|
||||
else:
|
||||
return await __gutdbl.handle_other_stubs('{method_name}', {param_array})
|
Reference in New Issue
Block a user