summaryrefslogtreecommitdiff
path: root/tests/test_object.py
Commit message (Expand)AuthorAge
* New JSON schema differs for strings so test needs updatingJames R. Barlow2022-09-04
* object: test _new_realJames R. Barlow2022-07-29
* Redo licensing info with SPDXJames R. Barlow2022-07-27
* Modernize typing with future annotationsJames R. Barlow2022-07-22
* tests: Refactor usage of sys.getrefcountJames R. Barlow2022-07-15
* Remove unnecessary keep_alive from Object.__setitem__James R. Barlow2022-07-14
* object.cpp: test coverage improvements, better error messagesJames R. Barlow2022-07-01
* black/mypy: auto style fixesJames R. Barlow2022-05-25
* Remove comment about unsupported pybind11James R. Barlow2022-02-16
* Replace deprecated distutils version with packaging.version.VersionJames R. Barlow2021-12-18
* Fixed comparison of pikepdf.Stream falsely reporting unequal for objects that...James R. Barlow2021-11-20
* Reorganize stream testsJames R. Barlow2021-11-20
* Fix all simple flake8 warningsJames R. Barlow2021-08-28
* tests: coverage for hiding of child objectsJames R. Barlow2021-08-19
* Implement Array.__contains__James R. Barlow2021-08-15
* tests: regroup array and dict testsJames R. Barlow2021-08-15
* Set minimum qpdf version to 10.3.2 and drop test shims for older versionsJames R. Barlow2021-08-12
* coverage: improve numerics equality coverageJames R. Barlow2021-08-06
* Remove Object.images in favor of Page.images; and other cleanupJames R. Barlow2021-08-05
* Fix test_replace_object to be page independentJames R. Barlow2021-08-03
* Allow creating new Name from another NameJames R. Barlow2021-08-03
* Fix pybind11 2.7.0 breakageJames R. Barlow2021-08-02
* Deprecate page_contents_*, prefer Page.contents_*James R. Barlow2021-07-03
* Skip tests too old for 10.3.0 when using 10.0.3James R. Barlow2021-05-04
* Add tests for private functions _swap_objects and _replace_objectJames R. Barlow2021-04-30
* Expand coverage of obscure pikepdf.Object casesJames R. Barlow2021-04-30
* Improve coverage of pikepdf.Object corner casesJames R. Barlow2021-04-28
* tests: exercise more of ObjectMappingJames R. Barlow2021-03-20
* Add a PyPy kludgeJames R. Barlow2021-03-20
* tests: expand coverage of some minutiaeJames R. Barlow2021-03-16
* Eliminate unneeded special casing of _NameObjectMeta.__setattr__James R. Barlow2021-03-15
* tests: cover a few more error pathsJames R. Barlow2021-03-15
* Test coverage: repr circular referencesJames R. Barlow2021-03-13
* Remove Object._roundtripJames R. Barlow2021-03-13
* Refactor object_repr to improve coverage and remove dead codeJames R. Barlow2021-03-13
* Change fixtures to close opened PdfsJames R. Barlow2021-03-06
* Create dangling stream object testJames R. Barlow2021-02-28
* Dictionary(Dictionary(...)) and Array(Array(...)) now return copies of the in...James R. Barlow2021-02-28
* Fix quotes in DecimalJames R. Barlow2021-02-23
* Support qpdf 10.2.0 changes to decimal representationJames R. Barlow2021-02-23
* pypy: adjust tests that depend on CPython behaviorJames R. Barlow2021-01-26
* Add more pragma no coverJames R. Barlow2021-01-16
* tests: confirm that attempting to encode surrogates is a RuntimeErrorJames R. Barlow2021-01-15
* Allow defining a stream and its dictionary at the same timeJames R. Barlow2020-11-26
* Forbid modification of /Length instead of warningJames R. Barlow2020-09-27
* Drop support for Python 3.5James R. Barlow2020-09-27
* Add more decimal testsJames R. Barlow2020-06-17
* Limit Decimal object precisionJames R. Barlow2020-06-17
* Improve support for list-like manipulation of pikepdf.ArrayJames R. Barlow2020-06-03
* Make Streams behave more like Dictionary when reasonableJames R. Barlow2020-05-31