mostly cleanup, minor adds, pseudo code in gtkui.py
[hermes] / package / test / test_gravatar.py
index db9704f..077145b 100644 (file)
@@ -28,7 +28,9 @@ class TestGravatarService(unittest.TestCase):
         assert len(contacts) == 1
         assert self.missing_contact not in contacts.keys()
         assert self.existing_contact in contacts.keys()
-        assert friends[0].get_name() == self.existing_contact.get_name()
+        friend = friends[0]
+        assert friend.get_name() == self.existing_contact.get_name()
+        print friend.get_photo_url()
         
         
     def test_that_a_person_with_two_addresses_and_one_gravatar_works(self):