Commit 39e7b89c authored by Stefan Behnel's avatar Stefan Behnel

Py3 test fix

parent 5626e87b
......@@ -17,7 +17,7 @@ cdef dict d = {'A': 'a'}
def test_list(list L):
"""
>>> test_list(range(10))
>>> test_list(list(range(10)))
True
>>> class list_subclass(list): pass
>>> test_list(list_subclass([1,2,3]))
......
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