summaryrefslogtreecommitdiff
path: root/src/lxml/tests/test_pyclasslookup.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up imports in tests.Stefan Behnel2019-12-271-7/+4
* Remove ununsed importsHugo2018-08-261-1/+1
* LP#1722776: Fix fallback of PythonElementClassLookup for comments etc.Stefan Behnel2017-10-131-0/+9
* change internal safety check in read-only tree implementation from raising an...Stefan Behnel2013-12-131-1/+1
* replace usages of assertNotEquals() by assertNotEqual() to fix Py3 deprecatio...Stefan Behnel2012-11-291-15/+15
* replace test usages of assert_() by assertTrue() to fix Py3 deprecation warningStefan Behnel2012-11-291-1/+1
* replace usages of assertEquals() by assertEqual() to fix Py3 deprecation warningStefan Behnel2012-11-291-21/+21
* [svn r3773] r4411@delle: sbehnel | 2008-05-28 18:16:45 +0200scoder2008-05-281-4/+6
* [svn r3738] r4333@delle: sbehnel | 2008-05-24 09:54:31 +0200scoder2008-05-241-1/+3
* [svn r3711] r4269@delle: sbehnel | 2008-05-21 15:50:15 +0200scoder2008-05-211-5/+5
* [svn r3689] r4235@delle: sbehnel | 2008-05-19 23:57:56 +0200scoder2008-05-201-1/+1
* [svn r3390] r3702@delle: sbehnel | 2008-03-03 13:32:50 +0100scoder2008-03-031-2/+2
* [svn r3363] r3641@delle: sbehnel | 2008-02-27 10:52:36 +0100scoder2008-02-281-1/+1
* [svn r3292] r3497@delle: sbehnel | 2008-02-14 09:17:23 +0100scoder2008-02-141-0/+37
* [svn r3283] r3468@delle: sbehnel | 2008-02-13 19:52:53 +0100scoder2008-02-131-0/+14
* [svn r3019] move gc.collect() into tearDown() methods in tests to run it afte...scoder2007-10-291-0/+1
* [svn r2822] more test case cleanupscoder2007-09-031-1/+0
* [svn r2565] disable calling unittest scripts directlyscoder2007-07-021-1/+1
* [svn r2211] lxml.pyclasslookup - element class lookup mechanism with tree acc...scoder2007-03-221-0/+290