summaryrefslogtreecommitdiff
path: root/src/lxml/tests/test_external_document.py
Commit message (Expand)AuthorAgeFilesLines
* Make a test optional that uses ctypes.Stefan Behnel2019-04-241-3/+6
* Disable a test under Windows that depends on library linking.Stefan Behnel2019-02-061-1/+3
* Remove ununsed importsHugo2018-08-261-2/+1
* Remove redundant code for Python <= 2.6Hugo2018-08-251-2/+0
* test values passed into xmlReadMemory() via ctypes must be bytesStefan Behnel2017-02-191-1/+1
* fix test in Py2.6Stefan Behnel2017-02-191-3/+5
* Add tests for external document adoptionKovid Goyal2017-02-191-3/+79
* Add type checking for the capsuleKovid Goyal2017-02-191-0/+26