summaryrefslogtreecommitdiff
path: root/crocoite/test_html.py
AgeCommit message (Collapse)AuthorFilesLines
2019-06-17html: Fix CDATA walkingLars-Dominik Braun1-0/+36
Missing “from” keyword, returned generator instead of dicts. Properly recreate CDATA elements now.
2018-11-17html: Add tests for tree walkerLars-Dominik Braun1-1/+23
2018-11-03html: Add tests for tag/attribute strippingLars-Dominik Braun1-0/+38