def test_display_all_password(self): ''' method that returns a list of all contacts saved ''' self.assertEqual(Password.display_password(), Password.password_list)
def test_display_all_passwords(self): # this returns alist of all password saved self.assertEqual(Password.display_password(), Password.password_list)