summaryrefslogtreecommitdiff
path: root/test.py
Commit message (Expand)AuthorAgeFilesLines
* Use the non-depcrecated TextTestResult instead of _TextTestResult (GH-333)Miro HronĨok2021-11-291-7/+3
* Switch to GitHub actions (GH-319)scoder2021-07-161-2/+2
* Remove redundant code for Python <= 2.6Hugo2018-08-251-2/+2
* fix spelling mistakes originally found by scop in GH#230Stefan Behnel2017-03-181-1/+1
* remove conditional imports of the set moduleJakub Wilk2017-03-171-5/+0
* work around pypy3 bug in test runnerStefan Behnel2015-04-101-1/+2
* exclude test modules from coverage reportingStefan Behnel2015-02-221-5/+8
* generate coverage report for all source filesStefan Behnel2015-02-221-4/+12
* make coverage reporting more robustStefan Behnel2015-02-221-10/+11
* make test runner use coverage.py for coverage reportingStefan Behnel2015-02-211-37/+46
* remove special handling code for old Python versions from testsStefan Behnel2014-04-051-14/+2
* fix tests for win32 - local paths are NOT URLsGabi Davar2014-02-161-1/+1
* exclude HTTP client tests in old Python versionsStefan Behnel2013-04-281-2/+7
* add tests for parsing from HTTP URLsStefan Behnel2013-04-281-2/+4
* exclude new xmlfile() tests in Py2.4 as they require the 'with' statementStefan Behnel2012-11-201-0/+6
* [svn r4284] 2.2 branch merge: fix test runner in Py3.1scoder2009-12-151-2/+9
* [svn r3678] r4224@delle: sbehnel | 2008-05-18 13:36:07 +0200scoder2008-05-191-21/+25
* [svn r3019] move gc.collect() into tearDown() methods in tests to run it afte...scoder2007-10-291-3/+0
* [svn r3016] run garbage collection after each test casescoder2007-10-291-0/+3
* [svn r1] Initial import of lxml into subversion.faassen2004-07-091-0/+592