summaryrefslogtreecommitdiff
path: root/src/lxml/html/tests/test_basic.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix inheritance order of mixin classes in lxml.html (GH-340)xmo-odoo2022-05-171-2/+42
| | | | | | | | | | | As the old FIXME comment from https://github.com/lxml/lxml/commit/8132c755adad4a75ba855d985dd257493bccc7fd notes, the mixin should come first for the inheritance to be correct (the left-most class is the first in the MRO, at least if no diamond inheritance is involved). Also fix the odd `super` call in `HtmlMixin`, likely stemming from the incorrect MRO. Fixes the inheritance order of all `HTML*` base classes though it probably doesn't matter for other than `HtmlElement`.
* Remove ununsed importsHugo2018-08-261-1/+1
|
* Remove redundant code for Python <= 2.6Hugo2018-08-251-2/+1
|
* [svn r3766] r4382@delle: sbehnel | 2008-05-26 19:44:47 +0200scoder2008-05-261-2/+2
| | | | | | | enable more explicit Python3-like syntax in doctests --HG-- branch : trunk
* [svn r3334] r3585@delle: sbehnel | 2008-02-22 08:48:34 +0100scoder2008-02-221-0/+2
| | | | | | | enable doctests in lxml.html --HG-- branch : trunk
* [svn r3182] r3276@delle: sbehnel | 2008-01-21 14:51:38 +0100scoder2008-01-211-2/+3
| | | | | | | run HTML doctests only under Python 2.4+, fix some 2.4-isms in the tests --HG-- branch : trunk
* [svn r3174] r3261@delle: sbehnel | 2008-01-14 07:23:28 +0100scoder2008-01-141-1/+0
| | | | | | | lxmlhtml.txt doesn't work as doctest --HG-- branch : trunk
* [svn r3169] r3250@delle: sbehnel | 2008-01-12 11:37:28 +0100scoder2008-01-121-0/+1
| | | | | | | run doctests from lxmlhtml.txt --HG-- branch : trunk
* [svn r2743] copied lxml.html from html branchscoder2007-08-181-0/+10
--HG-- branch : trunk