Commit 80b0fa4e authored by Stefan Behnel's avatar Stefan Behnel

Py3 test case fix

parent 3f8f6830
......@@ -50,7 +50,7 @@ import sys
if sys.version_info[0] >= 3:
doctest = doctest.replace(u" u'", u" '")
__test__ = {"test_docstrings" : doctest}
__test__ = {u"test_docstrings" : doctest}
def f():
u"This is a function docstring."
......
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