summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_htmlparser.py
Commit message (Expand)AuthorAgeFilesLines
...
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Add a test that makes sure unclosed entity references are handled consitently.Fred Drake2001-12-031-0/+6
* Adapt to use the test_main() approach.Fred Drake2001-09-241-1/+6
* HTMLParser is allowed to be more strict than sgmllib, so let's notFred Drake2001-09-041-6/+1
* Enhanced the test for DOCTYPE declarations, added a test for dealing withFred Drake2001-09-041-14/+23
* Deal more appropriately with bare ampersands and pointy brackets; thisFred Drake2001-08-201-7/+27
* Fix stupid bug: when migrating these tests from the Zope repository, theFred Drake2001-08-031-14/+20
* Remove a duplicate test.Fred Drake2001-07-161-1/+0
* Added test suite for the new HTMLParser module, originally from theFred Drake2001-05-181-0/+254