summaryrefslogtreecommitdiff
path: root/Lib/test/test_mimetypes.py
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of sets module (patch #1500609).Georg Brandl2006-07-171-3/+2
* Fix for failure of test_urllib2 breaking test_mimetypes (SF bug 1464978)Anthony Baxter2006-04-061-0/+1
* test_guess_all_types(): Use a more robust test for checking thatBarry Warsaw2003-11-231-4/+7
* Make sure mimetypes is reinitialized before running the tests.Jeremy Hylton2003-07-181-0/+1
* guess_all_extensions(): Return the empty list instead of None whenBarry Warsaw2003-06-091-26/+33
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Whitespace normalization.Tim Peters2001-10-301-1/+1
* Applying proposed patch for bug #474583, optional support forBarry Warsaw2001-10-251-0/+12
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+6
* New unit test for the mimetypes module, to avoid future regressions.Fred Drake2001-08-161-0/+42