openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #20632
Re: [Merge] lp:~arjan-i/openlp/images_groups_bugfix into lp:openlp
Review: Needs Fixing
One minor detail in your tests. You have a helper method which is public. It would be better if it were "private" and thus starts with an underscore:
def recursively_delete_group_side_effect(*args, **kwargs)
becomes
def _recursively_delete_group_side_effect(*args, **kwargs)
--
https://code.launchpad.net/~arjan-i/openlp/images_groups_bugfix/+merge/163731
Your team OpenLP Core is subscribed to branch lp:openlp.
References