Skip to content

Commit

Permalink
Remove test for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
Stef Bastiaansen committed Jun 10, 2016
1 parent 811d8e9 commit 2e55c85
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions biblio/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,3 @@ def test_hyphens_in_fieldnames_get_replace(self):

assert item.oi_nk
assert item.lalala[0].i_d

def test_code_in_documentation(self):
publication = single_publication(7175390)

if publication.cite.chicago_author_date:
print(publication.cite.chicago_author_date)
else:
print('No chicago author date is provided')

0 comments on commit 2e55c85

Please sign in to comment.