summaryrefslogtreecommitdiff
path: root/Lib/test/test_mhlib.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-5/+5
* use assert[Not]In where appropriateEzio Melotti2010-01-231-2/+2
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-4/+4
* fix incorrect auto-translation of TestSkipped -> unittest.SkipTestBenjamin Peterson2009-03-261-3/+3
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
* Deprecated the mhlib module for removal in 3.0.Brett Cannon2008-05-111-2/+2
* We don't really need the name of the test in the "test skipped" msg, andTim Peters2002-08-041-1/+1
* Oops! Forgot the closing paren.Tim Peters2002-08-041-1/+1
* Finally got around to figuring out and documenting why this test failsTim Peters2002-08-041-2/+10
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-111-1/+1
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-2/+2
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+7
* The test assumed that the local pathname convention for "foo" would sort befo...Jack Jansen2001-08-111-2/+4
* Whitespace normalization.Tim Peters2001-08-091-30/+30
* Skip test_mhlib on Windows -- too many Unix assumptions.Tim Peters2001-08-091-2/+6
* Unittests for mhlib, by Nick Mathewson.Guido van Rossum2001-08-091-0/+328