Replies: 1 comment 1 reply
-
|
Thanks for the report. With You can find the current docs at https://pypdf.readthedocs.io/en/stable/dev/testing.html#deselecting-groups-of-tests If following these instructions does not resolve your issues, please provide more details. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I tried to test, I saw a bunch of FileNotFoundError messages—mostly in tests like tests/test_filters.py and tests/test_images.py. The sample PDFs and images they need aren’t in sample-files/ or tests/pdf_cache/, so those tests fail. I tried to test, which uses tmp_path, everything’s working. Basically, the missing sample files make some tests fail, (86 failed), but the other 1013 tests that don’t rely on those files all passed. I just wanted to share this for context.
Beta Was this translation helpful? Give feedback.
All reactions