Skip to content

Commit

Permalink
pdfplumber print which file is tested
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Apr 8, 2023
1 parent 7a1aeee commit 6e0d1f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def test_extract_data_pdfminer(self):
def test_extract_data_pdfplumber(self):
pdf_files = get_sample_files('.pdf')
for file in pdf_files:
print("Testing pdfplumber with file", file)
extract_data(file, None, pdfplumber)

def test_tesseract_for_return(self):
Expand Down

0 comments on commit 6e0d1f4

Please sign in to comment.