summaryrefslogtreecommitdiff
path: root/src/lxml/html/tests
Commit message (Expand)AuthorAgeFilesLines
...
* clean up test changesStefan Behnel2014-02-191-8/+12
* python 3 fixesGabi Davar2014-02-161-3/+6
* fix tests for win32 - local paths are NOT URLsGabi Davar2014-02-161-6/+25
* win32 test fixStefan Behnel2014-01-231-1/+2
* disable doctest that fails in Py2.6-Stefan Behnel2013-11-151-15/+16
* add 'handle_failures' option to make_links_absolute() to allow graceful handl...Stefan Behnel2013-11-151-4/+17
* lxml.html.formfill: Fix textarea form filling.Jonas Baumann2013-10-201-0/+12
* minor test extensionStefan Behnel2013-08-011-1/+5
* Fix random test failingOrf2013-07-301-5/+2
* Fix random test failingOrf2013-07-301-0/+3
* Regex now pulls all whitespace, href_tag now sets trailing_whitespace correct...Orf2013-07-301-4/+8
* Update test_diff.txtorf2013-07-291-1/+1
* Update test_diff.txtorf2013-07-291-0/+2
* Fix the testsorf2013-07-291-2/+2
* Added some testsorf2013-07-291-0/+7
* Added split_trailing_whitespace importorf2013-07-291-1/+1
* Whitespace now not ignored, added test for split_trailing_whitespaceorf2013-07-291-5/+7
* Merge pull request #118 from cko/framesscoder2013-04-281-0/+36
|\
| * add tests for html frames (bug 599318)Christine Koppelt2013-04-271-0/+36
* | avoid writing duplicate 'nofollow' argument into HTML 'rel' attributes while ...Stefan Behnel2013-04-281-5/+5
* | Merge pull request #120 from cko/relattr2scoder2013-04-281-0/+13
|\ \
| * | proper handling of 'rel' attribute for links (Bug 971754)Christine Koppelt2013-04-271-0/+13
* | | Avoid error in lxml.html.fromstring() if content contains no body (bugs 59931...Stefan Seelmann2013-04-271-0/+42
|/ /
* | fix for Bug #715687 (Consider host_whitelist and whitelist_tags before deleti...Christine Koppelt2013-04-271-2/+28
|/
* allow the set of attributes considered safe by Cleaner to be overriddenFrancis Devereux2012-12-051-0/+26
* disable BS integration doctests in Py3Stefan Behnel2012-11-301-3/+3
* 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-1/+1
* fix bytes input into lxml.html.fromstring() in Py3Stefan Behnel2012-11-261-0/+19
* fix doctestStefan Behnel2012-09-281-5/+5
* adapt htmldiff doctest to work with libxml2 2.9.0Stefan Behnel2012-09-281-2/+2
* PyPy test fixStefan Behnel2012-09-251-2/+2
* Added ``.value_options`` property to CheckboxGroupalexey-grom2012-06-261-0/+2
* close some more files in test (avoids warnings in Py3 debug builds)Stefan Behnel2012-04-211-2/+8
* close files in test (avoids warnings in Py3 debug builds)Stefan Behnel2012-04-211-13/+26
* Unit tests for lxml.html.html5parserJeff Dairiki2012-03-311-0/+358
* Py3.3 test fixStefan Behnel2012-03-031-9/+9
* Py3 test fixesStefan Behnel2012-03-021-4/+4
* fix bug #889200: no longer raise an exception in lxml.html.diff on img tags w...Stefan Behnel2011-11-111-0/+6
* let cleaner drop 'data:' links just like it does for 'javascript:' linksStefan Behnel2011-08-121-0/+8
* added test case from ticket #773715Stefan Behnel2011-05-191-0/+33
* patch by Craig Dennis for bug 576775/718430: fix selection behaviour of multi...Stefan Behnel2011-02-181-4/+11
* [svn r4492] make some non-public source files Py3 compliant (patch by Arfreve...scoder2010-11-231-3/+3
* [svn r4237] r5292@delle: sbehnel | 2009-10-17 02:11:33 +0200scoder2009-10-171-1/+51
* [svn r4229] r5274@delle: sbehnel | 2009-10-13 08:48:17 +0200scoder2009-10-131-0/+18
* [svn r4200] r5223@delle: sbehnel | 2009-08-22 15:27:51 +0200scoder2009-08-221-4/+7
* [svn r4119] r5058@delle: sbehnel | 2009-02-27 14:06:21 +0100scoder2009-02-271-1/+15
* [svn r4114] r5053@delle: sbehnel | 2009-02-22 15:41:12 +0100scoder2009-02-271-0/+7
* [svn r4087] r5001@delle: sbehnel | 2009-02-15 11:56:39 +0100scoder2009-02-152-8/+8
* [svn r4071] r4969@delle: sbehnel | 2009-01-25 22:23:19 +0100scoder2009-01-251-1/+1