Пример #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)
Пример #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)