Esempio n. 1
0
 def test_get_first_name(self):
     author = Author(first_name="Ala")
     self.assertEqual(author.get_first_name(), "Ala")