You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
______________________________________________________________ PDFPlumberTest.test_misc_pdf _______________________________________________________________
self = <test.test_pdf.PDFPlumberTest testMethod=test_misc_pdf>
def test_misc_pdf(self):
"""Parses an arbitrary PDF with PDFPlumber and outputs HTML to a given directory"""
input_pdf = Path("/Users/pm286/workspace/misc/380981eng.pdf")
> assert Path(input_pdf).exists(), f"{input_pdf} should exist"
E AssertionError: \Users\pm286\workspace\misc\380981eng.pdf should exist
E assert False
E + where False = <bound method Path.exists of WindowsPath('/Users/pm286/workspace/misc/380981eng.pdf')>()
E + where <bound method Path.exists of WindowsPath('/Users/pm286/workspace/misc/380981eng.pdf')> = WindowsPath('/Users/pm286/workspace/misc/380981eng.pdf').exists
E + where WindowsPath('/Users/pm286/workspace/misc/380981eng.pdf') = Path(WindowsPath('/Users/pm286/workspace/misc/380981eng.pdf'))
test\test_pdf.py:202: AssertionError
================================================================= short test summary info =================================================================
FAILED test/test_pdf.py::PDFPlumberTest::test_misc_pdf - AssertionError: \Users\pm286\workspace\misc\380981eng.pdf should exist
============================================ 3 failed, 221 passed, 83 skipped, 4 warnings in 182.20s (0:03:02) ============================================
The text was updated successfully, but these errors were encountered:
nitikabaghel
changed the title
[AssertionError] Branch pmr_dict pytest fail
[AssertionError] Branch pmr_dict fail
Jun 6, 2024
System: Windows 11, Python 3.12.3
The text was updated successfully, but these errors were encountered: