summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_mhlib.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | allows using the tests with unittest.py as a script. The tests will still run when run as a script themselves.
* The test assumed that the local pathname convention for "foo" would sort ↵Jack Jansen2001-08-111-2/+4
| | | | before "foo/bar", which is not true on the mac (where they are "foo" and ":foo:bar", respectively; ":foo" would be fine too, but "foo" is the preferred spelling). Fixed by sorting the output.
* 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