summaryrefslogtreecommitdiff
path: root/src/lxml/tests/test_elementpath.py
Commit message (Expand)AuthorAgeFilesLines
* Prevent the default namespace from being picked up when searching for unprefi...Stefan Behnel2019-05-081-0/+59
* Extend ElementPath predicate tests.Stefan Behnel2017-10-011-0/+6
* Make sure text selects find all entries (remove left-over "break").Stefan Behnel2017-09-301-2/+10
* Copy ElementPath tests from selftest.py into test_elementpath.py to extend th...Stefan Behnel2017-09-301-3/+158
* support a default prefix mapping in ElementPath searches by allowing to injec...Stefan Behnel2017-05-261-0/+27
* disable ElementPath cache test comparison with ElementTree as it fails in Pyt...Stefan Behnel2015-04-151-4/+4
* fix docstringStefan Behnel2015-04-151-5/+1
* add initial test for elementpath implementationStefan Behnel2015-04-151-0/+51