diff options
author | David Cournapeau <cournape@gmail.com> | 2010-03-31 03:45:36 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2010-03-31 03:45:36 +0000 |
commit | af2b0578c642cb269478dc3b048e59d0d79e0820 (patch) | |
tree | cc7b92f8513f19da9044efd378eee04f8f91e598 /numpy/f2py/tests/test_callback.py | |
parent | 9475b973951f322945a518f1cab62f2a4d21fbc1 (diff) | |
download | numpy-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.py | 1 |
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) |