summaryrefslogtreecommitdiff
path: root/src/beautifulsoup/tests/test_soup.py
AgeCommit message (Expand)Author
2011-01-03Moved the test helpers out of the test directory.Leonard Richardson
2010-12-30Ported a test of the selective parsing argument to the Beautiful Soup constru...Leonard Richardson
2010-12-29Ported tests for the 'previous' navigation functionality.Leonard Richardson
2010-12-29A few more simple tests.Leonard Richardson
2010-12-29Added a test to ensure that you can search for a Unicode string.Leonard Richardson
2010-12-29Moved in a test for comments (not supported by the html5lib treebuilder yet.Leonard Richardson
2010-12-29Wrangled some encoding conversion tests out of the old test file.Leonard Richardson
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 duplicate...Leonard Richardson
2010-12-29Refactored the code that turns HTML fragments into parser-specific documents ...Leonard Richardson
2010-12-28Moved SAXTreeBuilder into the file with the rest of the generic builders.Leonard Richardson
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
2010-12-24Since this is 4.0, got rid of compatibility methods.Leonard Richardson
2009-04-10Hooked up the test suite.Leonard Richardson
2009-04-10First attempt at an import.Leonard Richardson