summaryrefslogtreecommitdiff
path: root/bs4/tests/test_builder_registry.py
Commit message (Expand)AuthorAgeFilesLines
* Issue a warning if the BeautifulSoup constructor arguments do not explicitly ...Leonard Richardson2014-12-071-4/+10
* Tests now pass if neither lxml nor html5lib is installed.Leonard Richardson2012-02-201-1/+4
* Changd the class structure so that the default parser test class uses html.pa...Leonard Richardson2012-02-201-12/+18
* Newly created tags use the same empty-element rules as the builder used to or...Leonard Richardson2012-02-071-4/+10
* Removed test that we can't really test anymore.Leonard Richardson2012-02-011-4/+0
* Replaced assertEquals with assertEqual to get rid of deprecation notice.Leonard Richardson2012-01-201-25/+24
* Got the test suite to pass on Python 3.2 (skipping the html5lib stuff, which ...Leonard Richardson2012-01-201-8/+18
* Move tests into package so they can be converted by 2to3.Thomas Kluyver2011-06-281-0/+121