summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_callback.py
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2010-03-31 03:45:36 +0000
committerDavid Cournapeau <cournape@gmail.com>2010-03-31 03:45:36 +0000
commitaf2b0578c642cb269478dc3b048e59d0d79e0820 (patch)
treecc7b92f8513f19da9044efd378eee04f8f91e598 /numpy/f2py/tests/test_callback.py
parent9475b973951f322945a518f1cab62f2a4d21fbc1 (diff)
downloadnumpy-af2b0578c642cb269478dc3b048e59d0d79e0820.tar.gz
TST: mark slow f2py tests + add f2py test function.
Diffstat (limited to 'numpy/f2py/tests/test_callback.py')
-rw-r--r--numpy/f2py/tests/test_callback.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/f2py/tests/test_callback.py b/numpy/f2py/tests/test_callback.py
index aec11052e..b42e70776 100644
--- a/numpy/f2py/tests/test_callback.py
+++ b/numpy/f2py/tests/test_callback.py
@@ -33,6 +33,7 @@ cf2py intent(out) a
end
"""
+ @dec.slow
def test_all(self):
for name in "t,t2".split(","):
self.check_function(name)