summaryrefslogtreecommitdiff
path: root/src/lxml/tests/test_errors.py
Commit message (Collapse)AuthorAgeFilesLines
* Clean up imports in tests.Stefan Behnel2019-12-271-7/+5
|
* Try to stabilise a garbage collection test a little better.Stefan Behnel2019-03-011-2/+4
|
* make test Py2.6 compatibleStefan Behnel2016-12-061-1/+1
|
* Make XMLSyntaxError have normal SyntaxError metadataPhilipp A2016-12-041-0/+18
|
* disable tracing during refcount test to prevent unexpected global reference ↵Stefan Behnel2015-02-221-7/+16
| | | | changes
* replace usages of assertEquals() by assertEqual() to fix Py3 deprecation warningStefan Behnel2012-11-291-1/+1
|
* [svn r4492] make some non-public source files Py3 compliant (patch by ↵scoder2010-11-231-1/+1
| | | | | | | Arfrever Frehtes Taifersar Arahesis) --HG-- branch : trunk
* [svn r3717] r4275@delle: sbehnel | 2008-05-21 20:06:26 +0200scoder2008-05-211-1/+5
| | | | | | | lots pf Py3 fixes and work-arounds --HG-- branch : trunk
* [svn r3689] r4235@delle: sbehnel | 2008-05-19 23:57:56 +0200scoder2008-05-201-1/+1
| | | | | | | Py3 test fixes --HG-- branch : trunk
* [svn r3321] r3552@delle: sbehnel | 2008-02-19 22:43:13 +0100scoder2008-02-211-1/+3
| | | | | | | let all test case classes inherit from HelperTestCase --HG-- branch : trunk
* [svn r2595] test case for cyclic GC and None referencesscoder2007-07-041-0/+16
| | | | | --HG-- branch : trunk
* [svn r2565] disable calling unittest scripts directlyscoder2007-07-021-1/+1
| | | | | --HG-- branch : trunk
* [svn r1136] fix: Element/SubElement failed to set attribute namespaces from ↵scoder2006-05-111-1/+1
| | | | | | | passed attrib dictionary: namespaces were not even parsed and had to be set /after/ node namespace setup --HG-- branch : trunk
* [svn r1069] fix file encoding header for Emacsscoder2006-05-051-1/+1
| | | | | --HG-- branch : trunk
* [svn r344] Fix segfault when attempting to parse an empty string.duncan2005-07-251-1/+4
| | | | | --HG-- branch : trunk
* [svn r338] Added svn:eol-style:native to all text files.duncan2005-07-071-0/+25
Fixed an error with an uncaught exception in the Pyrex code. Added a new test file test_errors.py to check for this (I thought there might be more similar cases to go in the same test file, but so far I haven't found any). --HG-- branch : trunk