def test_publication_authors(publication_response, publication_data, category):
"""Test all the plublication authors are present."""
for paper in publication_data[category]:
authors = escape(paper["authors"]).encode('utf-8')
assert authors in publication_response.data
评论列表
文章目录