summaryrefslogtreecommitdiff
path: root/src/lxml/tests/test_builder.py
Commit message (Collapse)AuthorAgeFilesLines
* Add CDATA support in ElementBuilder.Ionel Cristian Mărieș2014-06-161-0/+8
|
* replace usages of assertEquals() by assertEqual() to fix Py3 deprecation warningStefan Behnel2012-11-291-1/+1
|
* Avoid using xpath in the ElementMaker test.Jeffrey Yasskin2012-02-181-3/+3
|
* Move the mro loop into the 't is None' if, behind the iselement check,Jeffrey Yasskin2012-02-161-9/+8
| | | | and fix up some py2/3 compatibility in the test.
* Teach the ElementMaker to add objects of types derived from types itJeffrey Yasskin2012-02-151-0/+39
knows how to handle. This allows it to handle the result of string xpath expressions, which inherit from bytes.