Esempio n. 1
0
 def test_get_full_name(self):
     #import pdb; pdb.set_trace()
     author = Author(first_name="Ala", last_name="MaKota")
     self.assertEqual(author.get_full_name(), "Ala MaKota")