summaryrefslogtreecommitdiff
path: root/src/lxml/html/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* clean up test changesStefan Behnel2014-02-191-8/+12
|
* python 3 fixesGabi Davar2014-02-161-3/+6
| | | | | --HG-- extra : rebase_source : 7bee297054a17cee778109cd465625870e2af8eb
* fix tests for win32 - local paths are NOT URLsGabi Davar2014-02-161-6/+25
| | | | | --HG-- extra : rebase_source : 48a48c732d63f466b845af1ebf6e27091405fc16
* 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 ↵Stefan Behnel2013-11-151-4/+17
| | | | handling of broken URLs
* lxml.html.formfill: Fix textarea form filling.Jonas Baumann2013-10-201-0/+12
| | | | | The textarea used to be cleared before the new content was set, which removed the name attribute.
* 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 ↵Orf2013-07-301-4/+8
| | | | correctly and the tests should run on py3k
* 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 parsing html frames (bug 599318)
| * 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
| | | | | | | | cleaning
* | Merge pull request #120 from cko/relattr2scoder2013-04-281-0/+13
|\ \ | | | | | | proper handling of 'rel' attribute for links (Bug 971754)
| * | 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 ↵Stefan Seelmann2013-04-271-0/+42
|/ / | | | | | | 599318, 690319)
* | fix for Bug #715687 (Consider host_whitelist and whitelist_tags before ↵Christine Koppelt2013-04-271-2/+28
|/ | | | deleting element)
* 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
| | | | | --HG-- extra : rebase_source : fc5d3b785f1eb962b54077611438af2667e1f2e8
* 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 ↵Stefan Behnel2011-11-111-0/+6
| | | | without src attribute
* 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 ↵Stefan Behnel2011-02-181-4/+11
| | | | | | | multiple select fields in lxml.html --HG-- branch : trunk
* [svn r4492] make some non-public source files Py3 compliant (patch by ↵scoder2010-11-231-3/+3
| | | | | | | Arfrever Frehtes Taifersar Arahesis) --HG-- branch : trunk
* [svn r4237] r5292@delle: sbehnel | 2009-10-17 02:11:33 +0200scoder2009-10-171-1/+51
| | | | | | | fix bug 449926: reverse URL iteration inside of text content to simplify replacements --HG-- branch : trunk
* [svn r4229] r5274@delle: sbehnel | 2009-10-13 08:48:17 +0200scoder2009-10-131-0/+18
| | | | | | | let textarea.value represent the complete tag content --HG-- branch : trunk
* [svn r4200] r5223@delle: sbehnel | 2009-08-22 15:27:51 +0200scoder2009-08-221-4/+7
| | | | | | | fix bug 399249: handle option fields without explicit 'value' attribute in HTML forms --HG-- branch : trunk
* [svn r4119] r5058@delle: sbehnel | 2009-02-27 14:06:21 +0100scoder2009-02-271-1/+15
| | | | | | | fix bug #334718: soupparser fails on attribute without value --HG-- branch : trunk
* [svn r4114] r5053@delle: sbehnel | 2009-02-22 15:41:12 +0100scoder2009-02-271-0/+7
| | | | | | | Py3 test fix --HG-- branch : trunk
* [svn r4087] r5001@delle: sbehnel | 2009-02-15 11:56:39 +0100scoder2009-02-152-8/+8
| | | | | | | Py3 fixes --HG-- branch : trunk
* [svn r4071] r4969@delle: sbehnel | 2009-01-25 22:23:19 +0100scoder2009-01-251-1/+1
| | | | | | | fix CSS URL parsing --HG-- branch : trunk