docs: add docs
This commit is contained in:
@@ -106,7 +106,7 @@ class TestLocalImporter:
|
||||
def test_import_duplicate_pdf(self, local_importer, sample_pdf):
|
||||
"""Test importing the same PDF twice."""
|
||||
# Import once
|
||||
metadata1 = local_importer.import_pdf(pdf_path=sample_pdf)
|
||||
local_importer.import_pdf(pdf_path=sample_pdf)
|
||||
|
||||
# Try to import again
|
||||
with pytest.raises(ValueError, match="Paper already imported"):
|
||||
|
||||
Reference in New Issue
Block a user