summaryrefslogtreecommitdiff
path: root/tests/test_sanity.py
Commit message (Expand)AuthorAge
* Redo licensing info with SPDXJames R. Barlow2022-07-27
* Modernize typing with future annotationsJames R. Barlow2022-07-22
* tomli -> tomllib in preparation for Python 3.11James R. Barlow2022-07-13
* Switch to tomliMichał Górny2022-02-04
* Replace deprecated distutils version with packaging.version.VersionJames R. Barlow2021-12-18
* Drop Python 3.6 supportJames R. Barlow2021-10-29
* Fix all simple flake8 warningsJames R. Barlow2021-08-28
* tests: prefer "with Pdf.open()..."James R. Barlow2021-08-23
* Remove deprecated Pdf.rootJames R. Barlow2021-08-18
* qpdf-min-version: single source of truth for docs and testJames R. Barlow2021-08-16
* Set minimum qpdf version to 10.3.2 and drop test shims for older versionsJames R. Barlow2021-08-12
* tests: make sanity test scrape actual readmeJames R. Barlow2021-03-16
* tests: fix more cases of not closing the test pdfJames R. Barlow2021-03-16
* Fix a reference to qpdf 10.0.0 (not supported anymore)James R. Barlow2021-02-23
* Deprecated Pdf.root in favor of Pdf.RootJames R. Barlow2020-11-01
* Sanity tests: insist on qpdf 10.xJames R. Barlow2020-10-28
* Fix libqpdf version check for 10.0.0James R. Barlow2020-04-07
* Avoid returning FILE*James R. Barlow2019-08-26
* Add test for QPDFSystemError translatorJames R. Barlow2019-07-25
* Prevent saving file with same name as open fileJames R. Barlow2019-07-03
* Remove deadlock testJames R. Barlow2019-03-02
* Deadlock test is unreliable with pytest -n autoJames R. Barlow2019-03-01
* Make threading deadlock test work correctlyJames R. Barlow2019-02-26
* Add issue #27 to test suiteJames R. Barlow2019-02-21
* pylint: big cleanupJames R. Barlow2019-02-10
* Sort importsJames R. Barlow2019-02-10
* black Python source codeJames R. Barlow2019-02-10
* test_readme_example: Fix error in testJames R. Barlow2019-01-07
* Fix negative indexing of pagesJames R. Barlow2019-01-07
* test_open_save: Windows might be fine after allJames R. Barlow2019-01-01
* Fix open/save to same fileJames R. Barlow2019-01-01
* Add several missing open and save features to pikepdf.PdfJames R. Barlow2018-07-13
* Fix same_owner_as -> is_owned_byJames R. Barlow2018-06-25
* Rename Object.check_owner to Object.same_owner_asJames R. Barlow2018-06-25
* pylint fixes of test and support filesJames R. Barlow2018-06-25
* Add objgen/get_object testJames R. Barlow2018-06-24
* Unbox int, bool, real, all passingJames R. Barlow2018-06-08
* Fix PermissionErrors due to Windows locking semanticsJames R. Barlow2018-06-04
* Update tests to eliminate most usage of pikepdf._qpdfJames R. Barlow2018-05-17
* Create classes to stand in for PDF object typesJames R. Barlow2018-05-07
* Insist on garbage collection in keep alive testJames R. Barlow2017-11-07
* Move Object constructors out of Object. namespaceJames R. Barlow2017-11-03
* Fix test suite for py3.5 missing os.PathLikeJames R. Barlow2017-10-31
* Rename qpdf.PDF to .PdfJames R. Barlow2017-10-21
* Make PDF.pages work like a listJames R. Barlow2017-09-17
* Ensure that add_page,save() can survive the death of a source fileJames R. Barlow2017-09-13
* Implement saving to a streamJames R. Barlow2017-09-12
* Support opening from streamsJames R. Barlow2017-09-10
* Raise password error when no password suppliedJames R. Barlow2017-09-10
* Handle password exception more gracefullyJames R. Barlow2017-09-09