update tests

This commit is contained in:
2020-12-26 15:15:51 +01:00
parent 71b9b70755
commit 13b1e9bf54
146 changed files with 1170 additions and 371 deletions

View File

@ -0,0 +1,9 @@
%for %%lead in %%leader
leader: %%lead
%if %%hasattr(%%lead, 'follower1')
follower1: %%lead.follower1
%end if
%if %%hasattr(%%lead, 'follower2')
follower2: %%lead.follower2
%end if
%end for