We don't really need the name of the test in the "test skipped" msg, and
having it there causes the line to wrap.
This commit is contained in:
parent
283ead8bf2
commit
6782d6aa91
|
@ -21,7 +21,7 @@ if (sys.platform.startswith("win") or sys.platform=="riscos" or
|
||||||
# link counts, and that causes test_listfolders() here to get back
|
# link counts, and that causes test_listfolders() here to get back
|
||||||
# an empty list from its call of listallfolders().
|
# an empty list from its call of listallfolders().
|
||||||
# The other tests here pass on Windows.
|
# The other tests here pass on Windows.
|
||||||
raise TestSkipped("test_mhlib skipped on %s -- " % sys.platform +
|
raise TestSkipped("skipped on %s -- " % sys.platform +
|
||||||
"too many Unix assumptions")
|
"too many Unix assumptions")
|
||||||
|
|
||||||
_mhroot = TESTFN+"_MH"
|
_mhroot = TESTFN+"_MH"
|
||||||
|
|
Loading…
Reference in New Issue