def test_dict_names_sshkey(self): """Return a list of the user field of the list of dicts""" self.assertEqual(dict_names(dict_name_entry2), dict_name_results2)
def test_dict_names_other(self): """Return a list of the unknown field of the list of dicts""" self.assertEqual(dict_names(dict_name_entry3), dict_name_results3)
def test_dict_names_users(self): """Return a list of the name field of the list of dicts""" self.assertEqual(dict_names(dict_name_entry1), dict_name_results1)