Commit eaa15ab0 authored by Stefan Behnel's avatar Stefan Behnel

Py3 test fix

parent c709da7c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment