Skip to content

Commit b7d809d

Browse files
authored
prepare 0.3.2 (#86)
1 parent b20f9a6 commit b7d809d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

paperscraper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Initialize the module."""
22

33
__name__ = "paperscraper"
4-
__version__ = "0.3.1"
4+
__version__ = "0.3.2"
55

66
import logging
77
import os

paperscraper/tests/test_pdf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ def test_save_pdf_from_dump(self):
177177

178178
def test_api_keys_none_pmc(self):
179179
"""Test that save_pdf works properly even when no API keys are provided. Paper in PMC."""
180-
return # TODO: API seems to have changed
181180
test_doi = {"doi": "10.1038/s41587-022-01613-7"} # DOI known to be in PMC
182181
filename = SAVE_PATH + "_pmc"
183182
# Call function with no API keys
@@ -272,7 +271,6 @@ def test_api_key_file_env_academic_network(self):
272271

273272
def test_fallback_bioc_pmc_real_api(self):
274273
"""Test the BioC-PMC fallback with a real API call."""
275-
return # TODO: API seems to have changed
276274
test_doi = "10.1038/s41587-022-01613-7" # Use a DOI known to be in PMC
277275
output_path = Path("test_bioc_pmc_output")
278276
try:

0 commit comments

Comments
 (0)