Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
96e48d4698a54901eb362377d18774836c32b2a4
/
Lib
/
test
/
test_mhlib.py
6782d6a
We don't really need the name of the test in the "test skipped" msg, and
by Tim Peters
· 22 years ago
283ead8
Oops! Forgot the closing paren.
by Tim Peters
· 22 years ago
32ef169
Finally got around to figuring out and documenting why this test fails
by Tim Peters
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 22 years ago
f90ae20
Patch #488073: AtheOS port.
by Martin v. Löwis
· 22 years ago
e2ae77b
SF patch #474590 -- RISC OS support
by Guido van Rossum
· 23 years ago
2e2be37
Change the PyUnit-based tests to use the test_main() approach. This
by Fred Drake
· 23 years ago
dbc363c
The test assumed that the local pathname convention for "foo" would sort 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.
by Jack Jansen
· 23 years ago
ab9ba27
Whitespace normalization.
by Tim Peters
· 23 years ago
c7ca3ff
Skip test_mhlib on Windows -- too many Unix assumptions.
by Tim Peters
· 23 years ago
0263c80
Unittests for mhlib, by Nick Mathewson.
by Guido van Rossum
· 23 years ago