Ejemplo n.º 1
0
 def test_select_authors_by_geo(self):
     """Test select_authors_by_geo()."""
     authors = select_authors_by_geo('Athenae')
     self.assertEqual(len(authors), 113)
Ejemplo n.º 2
0
 def test_select_authors_by_geo(self):
     """Test select_authors_by_geo()."""
     authors = select_authors_by_geo('Athenae')
     self.assertEqual(len(authors), 113)