summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* tests: fix test_validation when chi_sim not installedJames R. Barlow2022-08-01
* Reorganize validation to fix exception when Tesseract not installedJames R. Barlow2022-08-01
* Change to SPDX license trackingJames R. Barlow2022-07-28
* Modernize type annotationsJames R. Barlow2022-07-23
* unpaper: replace input pnm with pngJames R. Barlow2022-07-03
* test_pdfinfo: refactor by extracting fixturesJames R. Barlow2022-06-18
* Refactor reporting of optimization failuresJames R. Barlow2022-06-13
* optimize plugin: solve linearization and "is optimization enabled?" issuesJames R. Barlow2022-06-13
* Move optimization options to pluginJames R. Barlow2022-06-12
* Remove test that is now always skippedJames R. Barlow2022-06-12
* Configure pylint in pyproject and delintJames R. Barlow2022-06-12
* Suppress libxmp DeprecationWarning during testJames R. Barlow2022-06-01
* tests: account for test that expected pngquant for windowsJames R. Barlow2022-05-26
* tests: Extract some test fixtures for better clarityJames R. Barlow2022-05-26
* Add test case for corrupt ICC profilesJames R. Barlow2022-05-26
* pytest.skip() - remove kwarg entirely, to avoid breaking older pytest and not...James R. Barlow2022-04-14
* tests: explain why CacheOcrEngine needs lockJames R. Barlow2022-04-05
* Fix pytest.warns() on older pytestJames R. Barlow2022-04-05
* Upgrade pre-commit and associated tools; various lintsJames Barlow2022-04-03
* Add lock to certain "with patch" casesJames Barlow2022-04-03
* Fix pytest deprecation warningsJames Barlow2022-04-03
* Fix Pillow deprecation warningsJames Barlow2022-04-03
* Disable oom killer test for --use-threadsJames R. Barlow2022-03-13
* optimize: recognize and produce [/FlateDecode /DCTDecode] imagesJames R. Barlow2022-02-08
* ghostscript: improve test coverage of error casesJames R. Barlow2022-01-25
* Use better img2pdf settings where possible while supporting old versionsJames R. Barlow2022-01-14
* unpaper: issue warning if image too large to cleanJames R. Barlow2022-01-11
* Update cacheJames R. Barlow2021-12-13
* Fix issue with attempting to deskew a blank page on Tesseract 5James R. Barlow2021-12-10
* tests: simplify run_ocrmypdf APIJames R. Barlow2021-12-06
* Fix test_outputtype_none on Windows and cleanup docsJames R. Barlow2021-12-06
* Fix kill signal on WindowsJames R. Barlow2021-12-06
* Use Python executors instead of poolsJames R. Barlow2021-12-06
* tests: improve typing and remove some legacy codeJames R. Barlow2021-12-06
* tess cache: don't include full platform - could be sensitiveJames R. Barlow2021-12-06
* Add new argument --tesseract-thresholding to control tesseract thresholding w...James R. Barlow2021-12-06
* Turning on Ghostscript interpolation changes this testJames R. Barlow2021-11-15
* Skip no language test for Tess 5James R. Barlow2021-11-13
* Adjust test to support Tesseract 5 working harder to find its filesJames R. Barlow2021-11-13
* Upgrade test version of pymupdfJames R. Barlow2021-11-13
* pdfa: remove deprecated pkg_resources based access and testsJames R. Barlow2021-11-13
* Remove shims to support for old versions of pikepdf < 4James R. Barlow2021-11-13
* Remove most Python 3.6 special casingJames R. Barlow2021-11-13
* Remove leptonica and cffiJames R. Barlow2021-11-13
* Update cache, related to previous apparentlyJames R. Barlow2021-11-12
* Disable --remove-background so we can remove leptonicaJames R. Barlow2021-11-12
* test_rotation: replace leptonica test with Pillow channel opsJames R. Barlow2021-11-12
* Remove --threshold argumentJames R. Barlow2021-11-12
* Convert deskew to use degrees, since all our other angles are in degreesJames R. Barlow2021-11-12
* Replace leptonica deskew with tesseract find skew and pillow rotateJames R. Barlow2021-11-12