Exemple #1
0
    def get(self):
        '''
        Return the list of tags set on owner contacts.
        '''

        tags = ContactManager.getTags()
        if "all" not in tags:
            tags.append("all")
        self.return_list(tags)
Exemple #2
0
def when_i_retrieve_all_tags(step):
    world.tags = ContactManager.getTags()