Example #1
0
 def test_get_female_authors(self):
     """Test function to parse TLG female authors list."""
     authors = get_female_authors()
     authors = sorted(authors)[:3]
     self.assertEqual(authors, ['0009', '0051', '0054'])
Example #2
0
 def test_get_female_authors(self):
     """Test function to parse TLG female authors list."""
     authors = get_female_authors()
     authors = sorted(authors)[:3]
     self.assertEqual(authors, ['0009', '0051', '0054'])