summaryrefslogtreecommitdiff
path: root/src/lxml/tests
Commit message (Expand)AuthorAgeFilesLines
* clear RelaxNG/Schematron.error_log before running a validationStefan Behnel2014-02-232-11/+28
* partial fix for LP#1222132: clear XMLSchema.error_log before running a valida...Stefan Behnel2014-02-231-0/+32
* minor test code cleanupStefan Behnel2014-02-231-2/+2
* extend doctestcompare test (and fix the test setup)Stefan Behnel2014-02-231-3/+48
* fix LP#1238500: lxml.doctestcompare mixed up "expected" and "actual" in attri...Stefan Behnel2014-02-231-0/+50
* fix html-with-tail serialisation test for older libxml2 versions (HTML parser...Stefan Behnel2014-02-211-1/+3
* extend testStefan Behnel2014-02-211-0/+1
* remove debug printStefan Behnel2014-02-211-1/+0
* fix LP#910014: work around libxml2 bug #724903 that swallows a DTD validation...Stefan Behnel2014-02-211-0/+17
* better faking of NamedTemporaryFile(delete=False) in Py2.[45]Stefan Behnel2014-02-191-1/+1
* better faking of NamedTemporaryFile(delete=False) in Py2.[45]Stefan Behnel2014-02-191-2/+4
* fake NamedTemporaryFile(delete=False) in Py2.[45]Stefan Behnel2014-02-191-3/+12
* clean up HTML tail serialisation testStefan Behnel2014-02-191-19/+9
* Bug fix for https://bugs.launchpad.net/lxml/+bug/1185332.Sylvain Viollon2013-05-291-0/+30
* safety fixes in testsStefan Behnel2014-02-191-13/+16
* clean up test changesStefan Behnel2014-02-192-14/+19
* python 3 fixesGabi Davar2014-02-161-4/+6
* fix tests for win32 - local paths are NOT URLsGabi Davar2014-02-164-18/+33
* use dedicated immutable mapping type for empty immutable mappings instead of ...Stefan Behnel2014-02-171-1/+28
* fix corner case where name of HTML root node was not put into parser dictStefan Behnel2014-01-311-2/+19
* fix up tag dict usage also for the feed parserStefan Behnel2014-01-311-4/+31
* implement iterparse() parsing of BOM prefixed filesStefan Behnel2014-01-291-0/+38
* add test for parsing UTF-8 with BOMStefan Behnel2014-01-281-1/+17
* extend test and try fixing it on MSWindowsStefan Behnel2014-01-241-5/+18
* extend testStefan Behnel2014-01-231-2/+4
* extend DTD file loading testsStefan Behnel2014-01-232-5/+24
* enable doctest testing in etree module and extend some of themStefan Behnel2014-01-171-0/+1
* make class lookups work in iterparse, pull parsers and target parserStefan Behnel2014-01-091-0/+43
* make 'attrib' attribute creation for Elements honour order of entries in Orde...Stefan Behnel2014-01-092-0/+45
* merge lxml-3.2 branch into masterStefan Behnel2014-01-061-9/+52
|\
| * rewrite fix for instantiating internal/external subset DTDs by properly copyi...Stefan Behnel2014-01-061-9/+52
* | merge lxml-3.2 branch into masterStefan Behnel2014-01-051-0/+35
|\ \ | |/
| * fix DTD-API iteration of attributes in internal/external subset DTDsStefan Behnel2014-01-051-0/+35
* | add tests for non-BMP Unicode string parsingStefan Behnel2014-01-022-0/+19
* | fix and extend Unicode parsing testsStefan Behnel2014-01-021-10/+10
* | fix and extend Unicode HTML parsing testStefan Behnel2014-01-021-5/+10
* | merge lxml-3.2 branch into masterStefan Behnel2014-01-011-0/+19
|\ \ | |/
| * add error handling test case for xmlfileStefan Behnel2014-01-011-0/+19
| * LP#1228881: fix repr(XSLTAccessControl)Stefan Behnel2013-09-271-0/+9
| * whitespaceStefan Behnel2013-09-271-5/+5
| * fix socket leak in networking testsStefan Behnel2013-09-131-0/+1
| * add some tests for no-op cases in addprevious() / addnext()Stefan Behnel2013-09-111-4/+30
| * prevent cycles when adding elements as childrenStefan Behnel2013-09-111-0/+12
* | fix crash due to missing xmlDict reference count in HTML iterparse parserStefan Behnel2013-12-201-1/+22
* | implement recover mode for pull parsers and iterparseStefan Behnel2013-12-142-6/+29
* | remove 'recover' option from iterparse() and disable it in the underlying par...Stefan Behnel2013-12-132-3/+3
* | add iterparse test with recover optionStefan Behnel2013-12-131-0/+11
* | add 'recover' option to iterparseStefan Behnel2013-12-131-0/+26
* | change internal safety check in read-only tree implementation from raising an...Stefan Behnel2013-12-131-1/+1
* | disable ET pull parser tests completely if not supportedStefan Behnel2013-12-131-3/+6