1
0
Fork 0

Adds cursory openlibrary connector tests

This commit is contained in:
Mouse Reeve 2020-05-10 09:11:01 -07:00
parent 54c553312f
commit 470c5d4acb
5 changed files with 344 additions and 1 deletions

View file

@ -42,7 +42,7 @@ class Connector(AbstractConnector):
return SearchResult(
doc.get('title'),
key,
author[0],
', '.join(author),
doc.get('first_publish_year'),
)