Commit d2a48a2a authored by Dag Sverre Seljebotn's avatar Dag Sverre Seljebotn

More cleanup

parent 9b47cf41
...@@ -25,11 +25,11 @@ setup_string = u""" ...@@ -25,11 +25,11 @@ setup_string = u"""
""" """
def testcase2(func): def testcase(func):
__test__[func.__name__] = setup_string + func.__doc__ __test__[func.__name__] = setup_string + func.__doc__
return func return func
def testcase(a): def testcas(a):
pass pass
...@@ -50,7 +50,7 @@ def printbuf(): ...@@ -50,7 +50,7 @@ def printbuf():
cdef object[int, ndim=2] buf cdef object[int, ndim=2] buf
print buf print buf
@testcase2 @testcase
def acquire_release(o1, o2): def acquire_release(o1, o2):
""" """
>>> acquire_release(A, B) >>> acquire_release(A, B)
......
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