summaryrefslogtreecommitdiff
path: root/bs4/tests/test_soup.py
AgeCommit message (Expand)Author
2012-01-20Tests now work in both versions, and it's possible to test both versions by r...Leonard Richardson
2012-01-20Made it easier to convert BS3 code to BS4.Leonard Richardson
2012-01-20Replaced assertEquals with assertEqual to get rid of deprecation notice.Leonard Richardson
2011-06-29Various changes so most tests pass on Python 3.Thomas Kluyver