コード例 #1
0
def display_all_social_accounts():
    '''
    function to display all stored social accounts
    :return:
    '''
    return SocialAccounts.display_social_accounts()
コード例 #2
0
 def test_display_all_social_accounts(self):
     '''
     method to show all the saved social accounts
     '''
     self.assertEqual(SocialAccounts.display_social_accounts(),
                      SocialAccounts.social_accounts_list)