chore: install gut quality suite

This commit is contained in:
Rijad Zuzo
2026-07-10 15:59:46 +02:00
parent ce8f71082b
commit 2ed93de6d1
266 changed files with 23057 additions and 21 deletions
@@ -0,0 +1,9 @@
{func_decleration}
if(__gutdbl == null):
{super_call}
else:
__gutdbl.spy_on('{method_name}', {param_array})
if(__gutdbl.is_stubbed_to_call_super('{method_name}', {param_array})):
{super_call}
else:
{return_it}await __gutdbl.handle_other_stubs('{method_name}', {param_array})