Ejemplo n.º 1
0
 def test_agenda_first_contact(self):
     name = 'hack'
     agenda = Agenda(name)
     contact = agenda.last_add()
     self.assertEqual(name, contact)