Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the non-depcrecated TextTestResult instead of _TextTestResult (GH-333) | Miro Hrončok | 2021-11-29 | 1 | -7/+3 |
| | | | | "_TextTestResult" was removed from Python 3.11. "TextTestResult" is available on all supported Python versions. | ||||
* | Switch to GitHub actions (GH-319) | scoder | 2021-07-16 | 1 | -2/+2 |
| | |||||
* | Remove redundant code for Python <= 2.6 | Hugo | 2018-08-25 | 1 | -2/+2 |
| | |||||
* | fix spelling mistakes originally found by scop in GH#230 | Stefan Behnel | 2017-03-18 | 1 | -1/+1 |
| | |||||
* | remove conditional imports of the set module | Jakub Wilk | 2017-03-17 | 1 | -5/+0 |
| | | | | These were needed for Python 2.3, which is no longer supported. | ||||
* | work around pypy3 bug in test runner | Stefan Behnel | 2015-04-10 | 1 | -1/+2 |
| | |||||
* | exclude test modules from coverage reporting | Stefan Behnel | 2015-02-22 | 1 | -5/+8 |
| | |||||
* | generate coverage report for all source files | Stefan Behnel | 2015-02-22 | 1 | -4/+12 |
| | |||||
* | make coverage reporting more robust | Stefan Behnel | 2015-02-22 | 1 | -10/+11 |
| | |||||
* | make test runner use coverage.py for coverage reporting | Stefan Behnel | 2015-02-21 | 1 | -37/+46 |
| | |||||
* | remove special handling code for old Python versions from tests | Stefan Behnel | 2014-04-05 | 1 | -14/+2 |
| | |||||
* | fix tests for win32 - local paths are NOT URLs | Gabi Davar | 2014-02-16 | 1 | -1/+1 |
| | | | | | --HG-- extra : rebase_source : 48a48c732d63f466b845af1ebf6e27091405fc16 | ||||
* | exclude HTTP client tests in old Python versions | Stefan Behnel | 2013-04-28 | 1 | -2/+7 |
| | |||||
* | add tests for parsing from HTTP URLs | Stefan Behnel | 2013-04-28 | 1 | -2/+4 |
| | |||||
* | exclude new xmlfile() tests in Py2.4 as they require the 'with' statement | Stefan Behnel | 2012-11-20 | 1 | -0/+6 |
| | |||||
* | [svn r4284] 2.2 branch merge: fix test runner in Py3.1 | scoder | 2009-12-15 | 1 | -2/+9 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r3678] r4224@delle: sbehnel | 2008-05-18 13:36:07 +0200 | scoder | 2008-05-19 | 1 | -21/+25 |
| | | | | | | | Py3 syntax fixes --HG-- branch : trunk | ||||
* | [svn r3019] move gc.collect() into tearDown() methods in tests to run it ↵ | scoder | 2007-10-29 | 1 | -3/+0 |
| | | | | | | | after each test --HG-- branch : trunk | ||||
* | [svn r3016] run garbage collection after each test case | scoder | 2007-10-29 | 1 | -0/+3 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r1] Initial import of lxml into subversion. | faassen | 2004-07-09 | 1 | -0/+592 |
--HG-- branch : trunk |