def test_abstract_view(self): search_results = po.new_search(self.tc, 'bibcode:1998ApJ...500..525S') abstract = search_results.get_abstract() self.assertIn('Maps of Dust', abstract.title()) abstract = po.new_abstract(self.tc, '1998ApJ...500..525S') self.assertIn('Maps of Dust', abstract.title())
def test_abstract_view_02(self): abstract = po.new_abstract(self.tc, '1998ApJ...500..525S') self.assertIn('Maps of Dust', abstract.title())