summaryrefslogtreecommitdiff
path: root/src/lxml/html/tests/test_elementsoup.py
Commit message (Expand)AuthorAgeFilesLines
* LP#1567526: Make soupparser sort-of handle empty and plain text input instead...Stefan Behnel2017-08-131-0/+10
* soupparse: add test case for double-hyphenha shao2017-07-291-0/+11
* simplify import check in test and keep original import exception on failuresStefan Behnel2015-06-051-13/+6
* unittest check beautifulsoup/bs4 import properlymozbugbox2015-06-061-5/+14
* BeautifulSoup 4: handle Doctype and Declarationmozbugbox2015-06-051-9/+12
* refactor new code in soupparser, extend testsStefan Behnel2015-02-161-8/+22
* Make soupparser properly handle everything outside the root tag (doctypeOlli Pottonen2015-02-161-0/+55
* 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
* [svn r4119] r5058@delle: sbehnel | 2009-02-27 14:06:21 +0100scoder2009-02-271-1/+15
* [svn r3766] r4382@delle: sbehnel | 2008-05-26 19:44:47 +0200scoder2008-05-261-2/+2
* [svn r3182] r3276@delle: sbehnel | 2008-01-21 14:51:38 +0100scoder2008-01-211-3/+4
* [svn r2992] be explicit :)scoder2007-10-241-1/+1
* [svn r2991] skip ElementSoup test if BeautifulSoup is not installedscoder2007-10-241-1/+9
* [svn r2938] run ElementSoup doctestscoder2007-09-281-0/+10