Esempio n. 1
0
 def test_select_authors_by_epithet(self):
     """Test select_authors_by_epithet()."""
     authors = select_authors_by_epithet('Apologetici')
     self.assertEqual(len(authors), 9)
Esempio n. 2
0
 def test_select_authors_by_epithet(self):
     """Test select_authors_by_epithet()."""
     authors = select_authors_by_epithet('Apologetici')
     self.assertEqual(len(authors), 9)