aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html4
Commit message (Collapse)AuthorAgeFilesLines
* Initial implementation of nose testing. Still some cleanup to do, but this ↵Waylan Limberg2009-06-051-0/+2
| | | | shows the differances between the old and the new. Also left one test failing (unsignificant white space only) to demonstrate what a failing test looks like.
* Added optional HTML 4 output. Available formats currently include XHTML 1 ↵Eric Abrahamsen2009-01-282-0/+4
and HTML 4. Thanks to Eric Abrahamsen for doing the legwork and providing an initial working patch. And thanks to Fredrik Lundh for allowing us to include his html4 serializer from the ElementTree 1.3 preview.