Exemplo n.º 1
0
    def test_display_all_password(self):
        '''
        method that returns a list of all contacts saved
        '''

        self.assertEqual(Password.display_password(), Password.password_list)
Exemplo n.º 2
0
 def test_display_all_passwords(self):
     # this returns alist of all password saved
     self.assertEqual(Password.display_password(), Password.password_list)