summaryrefslogtreecommitdiff
path: root/src/beautifulsoup/tests/helpers.py
AgeCommit message (Collapse)Author
2010-12-29Ported a whole lot of unit tests to the new system.Leonard Richardson
2010-12-29Ported some tests from the old system to the new smoke test class.Leonard Richardson
2010-12-29Refactored common markup tests into smoke-test classes so as not to ↵Leonard Richardson
duplicate code between the different builder tests.
2010-12-29Refactored the code that turns HTML fragments into parser-specific documents ↵Leonard Richardson
for test purposes.
2010-12-28Removed the HTMLParser tree builder to give me some room to maneuver.Leonard Richardson
2010-12-26Got lxml test suite to work.Leonard Richardson