From: Stefan Behnel Date: Tue, 26 Apr 2011 07:25:56 +0000 (+0200) Subject: Py3 test fix X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=eaa15ab05ef44130c3dff34afbd642eb125092ca;p=cython.git Py3 test fix --- diff --git a/tests/run/relativeimport_T542.pyx b/tests/run/relativeimport_T542.pyx index 27742145..d6edf837 100644 --- a/tests/run/relativeimport_T542.pyx +++ b/tests/run/relativeimport_T542.pyx @@ -20,10 +20,9 @@ def test_relative(): def test_absolute(): """ - >>> test_absolute() + >>> test_absolute() # doctest: +ELLIPSIS Traceback (most recent call last): - ... - ImportError: No module named debug + ImportError: No module named ...debug... """ import debug return