File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 11"""Initialize the module."""
22
33__name__ = "paperscraper"
4- __version__ = "0.3.1 "
4+ __version__ = "0.3.2 "
55
66import logging
77import os
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments